|
@@ -56,7 +56,10 @@ spring:
|
|
url: jdbc:mysql://172.21.20.20:3306/yanfan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
url: jdbc:mysql://172.21.20.20:3306/yanfan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
username: ruiqi
|
|
username: ruiqi
|
|
password: .N_Mdq!BR1W4
|
|
password: .N_Mdq!BR1W4
|
|
-
|
|
|
|
|
|
+ yanfan:
|
|
|
|
+ url: jdbc:mysql://172.21.20.20:3306/yanfan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
|
+ username: ruiqi
|
|
|
|
+ password: .N_Mdq!BR1W4
|
|
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
|
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
|
redis:
|
|
redis:
|
|
host: localhost # 地址
|
|
host: localhost # 地址
|
|
@@ -251,7 +254,8 @@ iot:
|
|
# 清除会话(设置为false,断开连接,重连后使用原来的会话 保留订阅的主题,能接收离线期间的消息)
|
|
# 清除会话(设置为false,断开连接,重连后使用原来的会话 保留订阅的主题,能接收离线期间的消息)
|
|
clearSession: true
|
|
clearSession: true
|
|
|
|
|
|
-
|
|
|
|
|
|
+yanfan:
|
|
|
|
+ url: http://172.21.10.65
|
|
# 插件配置
|
|
# 插件配置
|
|
pf4j:
|
|
pf4j:
|
|
pluginsDir: ${user.home}/plugins # 插件目录
|
|
pluginsDir: ${user.home}/plugins # 插件目录
|