diff --git a/src/main/resources/application-btgxq.yml b/src/main/resources/application-btgxq.yml index fa76cb9..363db94 100644 --- a/src/main/resources/application-btgxq.yml +++ b/src/main/resources/application-btgxq.yml @@ -1,7 +1,7 @@ server: port: 7021 - url: http://192.168.0.103:7021/usercenter - ws: ws://192.168.0.103:7021/usercenter/ws + url: http://192.168.0.15:7021/usercenter + ws: ws://192.168.0.15:7021/usercenter/ws title: 统一用户管理平台 login-page-name: 统一用户管理平台 default-home-page: index-gxq @@ -29,7 +29,7 @@ spring: max-request-size: 1GB datasource: druid: - url: jdbc:mysql://127.0.0.1:3306/db_btgxq_usercenter?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false&serverTimezone=UTC + url: jdbc:mysql://192.168.0.151:3306/db_btgxq_city?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&autoReconnect=true&failOverReadOnly=false&useSSL=false&serverTimezone=UTC db-type: mysql driver-class-name: com.mysql.cj.jdbc.Driver username: root