修改bug
This commit is contained in:
parent
509c0c5642
commit
dd511123ab
|
|
@ -9,8 +9,8 @@ spring:
|
|||
password: nacos
|
||||
discovery:
|
||||
# nacos地址
|
||||
server-addr: 192.168.0.31:30012
|
||||
namespace: 2dff7ae9-6569-4edc-a86f-f4255ad16cd4
|
||||
server-addr: 192.168.0.14:18848
|
||||
namespace: e0337b55-080d-456e-8449-46d68dceee5b
|
||||
# config:
|
||||
# server-addr: 192.168.0.14:18848
|
||||
# namespace: e0337b55-080d-456e-8449-46d68dceee5b
|
||||
|
|
@ -21,9 +21,12 @@ spring:
|
|||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:mysql://192.168.0.31:30937/gold-pm-v2.0-hn-xssz-bns-ldlz?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
url: jdbc:mysql://192.168.0.14:2009/ldlz?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
username: root
|
||||
password: 5168cpT#
|
||||
password: Bonus@admin123!
|
||||
# url: jdbc:mysql://192.168.0.31:30937/gold-pm-v2.0-hn-xssz-bns-ldlz?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||
# username: root
|
||||
# password: 5168cpT#
|
||||
# 从库数据源
|
||||
slave:
|
||||
# # 从数据源开关/默认关闭
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ ldlz:
|
|||
server:
|
||||
# 服务器的HTTP端口,默认为8080
|
||||
# port: 9001
|
||||
port: 48181
|
||||
port: 42881
|
||||
servlet:
|
||||
# 应用的访问路径
|
||||
context-path: /
|
||||
|
|
|
|||
Loading…
Reference in New Issue