chore: 变更服务连接的相关默认地址192.168.2.248
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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!
|
||||
# 从库数据源
|
||||
|
||||
Reference in New Issue
Block a user