diff --git a/pom.xml b/pom.xml index 6220e58..99fcc9c 100644 --- a/pom.xml +++ b/pom.xml @@ -390,7 +390,7 @@ dev - 192.168.9.58:18848 + 192.168.2.248:8848 wfc-dev diff --git a/wfc-gateway/src/main/resources/application.yml b/wfc-gateway/src/main/resources/application.yml index ca845bb..3b55dc1 100644 --- a/wfc-gateway/src/main/resources/application.yml +++ b/wfc-gateway/src/main/resources/application.yml @@ -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: diff --git a/wfc-modules/wfc-modules-user/src/main/resources/application.yml b/wfc-modules/wfc-modules-user/src/main/resources/application.yml index c6a8726..a3105b6 100644 --- a/wfc-modules/wfc-modules-user/src/main/resources/application.yml +++ b/wfc-modules/wfc-modules-user/src/main/resources/application.yml @@ -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! # 从库数据源