|
@@ -3,8 +3,9 @@ spring:
|
|
|
cloud:
|
|
|
nacos:
|
|
|
discovery:
|
|
|
- ip: 82.156.209.15 # 可指定 注册IP 默认注册服务启动的机器的内网IP
|
|
|
server-addr: 82.156.209.15:8848
|
|
|
+ application:
|
|
|
+ name: ezhizao-yzbh-sys
|
|
|
# redis 配置
|
|
|
redis:
|
|
|
# 地址
|
|
@@ -33,7 +34,7 @@ spring:
|
|
|
druid:
|
|
|
# 主库数据源
|
|
|
master:
|
|
|
- url: jdbc:mysql://82.156.209.15:3306/ezhizao_yzbh_v2?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=true&rewriteBatchedStatements=true&serverTimezone=GMT%2B8&connectTimeout=360000&socketTimeout=360000
|
|
|
+ url: jdbc:mysql://82.156.209.15:3306/ezhizao_yzbh_v20241011?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=true&rewriteBatchedStatements=true&serverTimezone=GMT%2B8&connectTimeout=360000&socketTimeout=360000
|
|
|
username: admin
|
|
|
password: ~44rC%0J
|
|
|
# 初始连接数
|