2
0

chore: 变更服务连接的相关默认地址192.168.2.248

This commit is contained in:
TsMask
2024-11-28 10:08:13 +08:00
parent 7ebb759d7b
commit 5536188bfa
3 changed files with 8 additions and 8 deletions

View File

@@ -390,7 +390,7 @@
<properties>
<!--当前环境-->
<profileName>dev</profileName>
<nacosServerAddr>192.168.9.58:18848</nacosServerAddr>
<nacosServerAddr>192.168.2.248:8848</nacosServerAddr>
<nacosNamespace>wfc-dev</nacosNamespace>
</properties>
</profile>

View File

@@ -1,8 +1,8 @@
spring:
redis:
host: 192.168.9.58
port: 16379
password: helloearth
host: 192.168.2.248
port: 6379
password:
cloud:
gateway:
discovery:

View File

@@ -1,9 +1,9 @@
# spring配置
spring:
redis:
host: 192.168.9.58
port: 16379
password: helloearth
host: 192.168.2.248
port: 6379
password:
datasource:
druid:
stat-view-servlet:
@@ -32,7 +32,7 @@ spring:
# 主库数据源
master:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://192.168.9.58:13306/wfc-user-platform?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://192.168.2.248:3306/wfc-user-platform?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: 1000omc@kp!
# 从库数据源