2
0

chore: 默认192.168.2.248 mysql

This commit is contained in:
TsMask
2024-11-28 10:20:10 +08:00
parent 5536188bfa
commit ef6b2e7da9
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -34,7 +34,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://192.168.2.248:3306/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: 123456
# 从库数据源 # 从库数据源
# slave: # slave:
# username: # username: