liujie
20 小时以前 cd3c4cf63ec9d415fefa7f146352c810606d869c
更改
2个文件已修改
29 ■■■■ 已修改文件
management/guns-admin/src/main/resources/application.yml 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
user/guns-admin/src/main/resources/application.yml 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
management/guns-admin/src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
  port: 8019
  port: 8068
guns:
  swagger-open: false              #是否开启swagger (true/false)
@@ -50,17 +50,18 @@
spring:
  datasource:
#    url: jdbc:mysql://192.168.110.64:3306/ok_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
#    username: root
#    password: root
    url: jdbc:mysql://121.31.232.206:3306/ok_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
    url: jdbc:mysql://192.168.110.80:3306/qyt_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=GMT%2B8
    username: root
    password: Xiwang2024!
    password: 123456
#    url: jdbc:mysql://121.31.232.206:3306/ok_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
#    username: root
#    password: Xiwang2024!
    db-name: super_save_driving #用来搜集数据库的所有表
    filters: wall,mergeStat
  data:
    mongodb:
      uri: mongodb://121.31.232.206:27017/test
#      uri: mongodb://121.31.232.206:27017/test
      uri: mongodb://192.168.110.80:27017/test
#多数据源情况的配置
user/guns-admin/src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
  port: 8006
  port: 8016
guns:
  swagger-open: true              #是否开启swagger (true/false)
@@ -70,10 +70,10 @@
wx:
  grantType: authorization_code #填authorization_code
  appid: wxda355f1377409600 #应用唯一标识,在微信开放平台提交应用审核通过后获得
  appSecret: 58121b67f2ba25c17998fa26dc77e008 #应用密钥AppSecret,在微信开放平台提交应用审核通过后获得
  appletsAppid: wxda355f1377409600 #小程序APPid
  appletsAppSecret: 58121b67f2ba25c17998fa26dc77e008 #
  appid: wx1f52be0fdb1d2875 #应用唯一标识,在微信开放平台提交应用审核通过后获得
  appSecret: 8210ae106f3a501d77b410070a0aa2c2 #应用密钥AppSecret,在微信开放平台提交应用审核通过后获得
  appletsAppid: wx1f52be0fdb1d2875 #小程序APPid
  appletsAppSecret: 8210ae106f3a501d77b410070a0aa2c2 #
  officialAccountAppid: 11111
  officialAccountAppSecret: 1111
  webAppId: 111
@@ -125,8 +125,8 @@
spring:
  data:
    mongodb:
#      uri: mongodb://192.168.110.188:27017/test
      uri: mongodb://121.31.232.206:27017/test
      uri: mongodb://192.168.110.80:27017/test
#      uri: mongodb://121.31.232.206:27017/test
#  mallbook 调起接口参数配置