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