修改bug

This commit is contained in:
haozq 2025-10-22 15:29:26 +08:00
parent 509c0c5642
commit dd511123ab
2 changed files with 8 additions and 5 deletions

View File

@ -9,8 +9,8 @@ spring:
password: nacos password: nacos
discovery: discovery:
# nacos地址 # nacos地址
server-addr: 192.168.0.31:30012 server-addr: 192.168.0.14:18848
namespace: 2dff7ae9-6569-4edc-a86f-f4255ad16cd4 namespace: e0337b55-080d-456e-8449-46d68dceee5b
# config: # config:
# server-addr: 192.168.0.14:18848 # server-addr: 192.168.0.14:18848
# namespace: e0337b55-080d-456e-8449-46d68dceee5b # namespace: e0337b55-080d-456e-8449-46d68dceee5b
@ -21,9 +21,12 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: 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 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: slave:
# # 从数据源开关/默认关闭 # # 从数据源开关/默认关闭

View File

@ -18,7 +18,7 @@ ldlz:
server: server:
# 服务器的HTTP端口默认为8080 # 服务器的HTTP端口默认为8080
# port: 9001 # port: 9001
port: 48181 port: 42881
servlet: servlet:
# 应用的访问路径 # 应用的访问路径
context-path: / context-path: /