diff --git a/mdp-lcode/src/main/resources/application-dev.yml b/mdp-lcode/src/main/resources/application-dev.yml index 89c435e..58ec7f7 100644 --- a/mdp-lcode/src/main/resources/application-dev.yml +++ b/mdp-lcode/src/main/resources/application-dev.yml @@ -29,7 +29,7 @@ management: spring: cloud: consul: - host: 134.175.57.249 + host: 127.0.0.1 port: 8500 inetutils: preferredNetworks[0]: ^10\. @@ -82,7 +82,7 @@ spring: host: smtp.mxhichina.com port: 25 username: kf@qingqinkj.com - password: QqKj@169$458 + password: EmailPwd@email123 default-encoding: UTF-8 properties: mail: @@ -205,9 +205,9 @@ spring: #password: zchcgl123!@# #driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://123.207.117.5:3306/adm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT username: root - password: 1qaz@WSX + password: DbPwd@db123 driver-class-name: com.mysql.cj.jdbc.Driver @@ -218,24 +218,24 @@ spring: #password: root #driver-class-name: com.mysql.cj.jdbc.Driver mem-ds: - url: jdbc:mysql://123.207.117.5:3306/adm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT username: root - password: 1qaz@WSX + password: DbPwd@db123 driver-class-name: com.mysql.cj.jdbc.Driver mall-ds: - url: jdbc:mysql://123.207.117.5:3306/adm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT username: root - password: 1qaz@WSX + password: DbPwd@db123 driver-class-name: com.mysql.cj.jdbc.Driver arc-ds: - url: jdbc:mysql://123.207.117.5:3306/arc?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + url: jdbc:mysql://127.0.0.1:3306/lcode?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT username: root - password: 1qaz@WSX + password: DbPwd@db123 driver-class-name: com.mysql.cj.jdbc.Driver #redis 配置 redis: database: 0 - host: 134.175.57.249 + host: 127.0.0.1 timeout: 300s lettuce: pool: @@ -273,7 +273,7 @@ logging: # mdp平台授权验证服务器访问地址 cloud环境下换成 http://gate,本地调试如果不起验证服务器,可改为 https://www.qingqinkj.com/api/m1/oauth2/oauth2 # 客户端必须在数据库表adm.oauth_client_details中配置,否则无法访问 mdp: - api-gate: http://134.175.57.249:6101 + api-gate: http://127.0.0.1:6101 platform-branch-id: platform-branch-001 #配置图片文件上传下载的相关参数 arc: @@ -285,7 +285,7 @@ mdp: site-type: cn jwt: # 如果不对接oauth2授权中心,jwt将有本地系统自行分发自行验证 设为false - connect-oauth2-server: true + connect-oauth2-server: false oauth2: server: - uri: http://134.175.57.249:7000 \ No newline at end of file + uri: http://127.0.0.1:7000 \ No newline at end of file