zhangfeng
2023-07-24 d5f7db6873c1b9804cddd381f58e719344fae903
src/main/resources/application-dev.yml
@@ -3,16 +3,16 @@
  tomcat:
    uri-encoding: UTF-8
    basedir: /
  port: 8006
  port: 8016
  servlet:
    context-path: /
# mysql
spring:
  datasource:
    one:
      url: jdbc:mysql://124.221.143.185:23306/hazad?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
      username: hazad
      password: c26207f1e6
      url: jdbc:mysql://192.168.0.52:3306/hazad_investigation?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
      username: root
      password: gkhymysql
      type: com.alibaba.druid.pool.DruidDataSource
  #redis
@@ -20,7 +20,7 @@
    database: 14
    host: 127.0.0.1
    port: 6379
    password: gkhy@202306
    password: root
    jedis:
      pool:
        max-idle: 8
@@ -28,6 +28,7 @@
        max-wait: -1ms
        min-idle: 0
#控制线程是否执行 true:执行;false:不执行
scheduling:
  enabled: false