liujie
9 小时以前 cd3c4cf63ec9d415fefa7f146352c810606d869c
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
#多数据源情况的配置