puzhibing
2023-05-22 b5893f1bb3ce307ac1133138cb085d361cb2394b
management/guns-admin/src/main/resources/application.yml
@@ -2,8 +2,8 @@
  port: 8011
guns:
  swagger-open: true              #是否开启swagger (true/false)
  kaptcha-open: true             #是否开启登录时验证码 (true/false)
  swagger-open: false              #是否开启swagger (true/false)
  kaptcha-open: false             #是否开启登录时验证码 (true/false)
  spring-session-open: false      #是否开启spring session,如果是多机环境需要开启(true/false)
  session-invalidate-time: 1800     #session失效时间(只在单机环境下生效,多机环境在SpringSessionConfig类中配置) 单位:秒
  session-validation-interval: 900  #多久检测一次失效的session(只在单机环境下生效) 单位:秒
@@ -15,7 +15,7 @@
spring:
  profiles:
    active: dev
    active: local
  mvc:
    static-path-pattern: /static/**
    view:
@@ -57,11 +57,11 @@
spring:
  datasource:
    url: jdbc:mysql://192.168.110.80:3306/fh_agent_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
    url: jdbc:mysql://127.0.0.1:3306/fh_agent_driving?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
    username: root
#    password: PI_v6J5@dvHwGTqc
    password: 123456
    db-name: super_save_driving #用来搜集数据库的所有表
    db-name: fh_agent_driving #用来搜集数据库的所有表
    filters: wall,mergeStat