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> <properties>
<!--当前环境--> <!--当前环境-->
<profileName>dev</profileName> <profileName>dev</profileName>
<nacosServerAddr>192.168.9.58:18848</nacosServerAddr> <nacosServerAddr>192.168.2.248:8848</nacosServerAddr>
<nacosNamespace>wfc-dev</nacosNamespace> <nacosNamespace>wfc-dev</nacosNamespace>
</properties> </properties>
</profile> </profile>

View File

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

View File

@@ -1,9 +1,9 @@
# spring配置 # spring配置
spring: spring:
redis: redis:
host: 192.168.9.58 host: 192.168.2.248
port: 16379 port: 6379
password: helloearth password:
datasource: datasource:
druid: druid:
stat-view-servlet: stat-view-servlet:
@@ -32,7 +32,7 @@ spring:
# 主库数据源 # 主库数据源
master: master:
driver-class-name: com.mysql.cj.jdbc.Driver 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 username: root
password: 1000omc@kp! password: 1000omc@kp!
# 从库数据源 # 从库数据源