nbsp issue and nacos server ip fix

This commit is contained in:
ZZ 2021-08-05 16:33:25 +08:00
parent ad7df151e1
commit ae526b42ca
5 changed files with 12 additions and 12 deletions

View File

@ -14,10 +14,10 @@ spring:
nacos: nacos:
discovery: discovery:
# 服务注册地址 # 服务注册地址
server-addr: 118.24.137.203:8848 server-addr: 127.0.0.1:8848
config: config:
# 配置中心地址 # 配置中心地址
server-addr: 118.24.137.203:8848 server-addr: 127.0.0.1:8848
# 配置文件格式 # 配置文件格式
file-extension: yml file-extension: yml
# 共享配置 # 共享配置

View File

@ -16,10 +16,10 @@ spring:
nacos: nacos:
discovery: discovery:
# 服务注册地址 # 服务注册地址
server-addr: 118.24.137.203:8848 server-addr: 127.0.0.1:8848
config: config:
# 配置中心地址 # 配置中心地址
server-addr: 118.24.137.203:8848 server-addr: 127.0.0.1:8848
# 配置文件格式 # 配置文件格式
file-extension: yml file-extension: yml
# 共享配置 # 共享配置
@ -30,12 +30,12 @@ spring:
eager: true eager: true
transport: transport:
# 控制台地址 # 控制台地址
dashboard: 118.24.137.203:8718 dashboard: 127.0.0.1:8718
# nacos配置持久化 # nacos配置持久化
datasource: datasource:
ds1: ds1:
nacos: nacos:
server-addr: 118.24.137.203:8848 server-addr: 127.0.0.1:8848
dataId: sentinel-ruoyi-gateway dataId: sentinel-ruoyi-gateway
groupId: DEFAULT_GROUP groupId: DEFAULT_GROUP
data-type: json data-type: json

View File

@ -14,10 +14,10 @@ spring:
nacos: nacos:
discovery: discovery:
# 服务注册地址 # 服务注册地址
server-addr: 118.24.137.203:8848 server-addr: 127.0.0.1:8848
config: config:
# 配置中心地址 # 配置中心地址
server-addr: 118.24.137.203:8848 server-addr: 127.0.0.1:8848
# 配置文件格式 # 配置文件格式
file-extension: yml file-extension: yml
# 共享配置 # 共享配置

View File

@ -102,10 +102,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select> </select>
<select id="countNotRead" resultType="java.lang.Integer"> <select id="countNotRead" resultType="java.lang.Integer">
select count(notice_id) from sys_notice  where notice_id not in  (select r.notice_id from xhpc_notice_read as r  left join sys_notice as n on r.notice_id=n.notice_id  left join xhpc_app_user as u on r.user_id=u.app_user_id where r.user_id=10) select count(notice_id) from sys_notice where notice_id not in (select r.notice_id from xhpc_notice_read as r left join sys_notice as n on r.notice_id=n.notice_id left join xhpc_app_user as u on r.user_id=u.app_user_id where r.user_id=10)
</select> </select>
<select id="selectNotReadIds" resultType="java.lang.Integer">
<select id="selectNotReadIds" resultType="java.lang.Integer">
</select> </select>

View File

@ -14,10 +14,10 @@ spring:
nacos: nacos:
discovery: discovery:
# 服务注册地址 # 服务注册地址
server-addr: 118.24.137.203:8848 server-addr: 127.0.0.1:8848
config: config:
# 配置中心地址 # 配置中心地址
server-addr: 118.24.137.203:8848 server-addr: 127.0.0.1:8848
# 配置文件格式 # 配置文件格式
file-extension: yml file-extension: yml
# 共享配置 # 共享配置