liulin
2024-08-08 59029ee11e9d1c1f2f07a3d5dc42165777739074
src/main/resources/application-dev.yml
@@ -6,7 +6,7 @@
    date-format: yyyy-MM-dd HH:mm:ss
  datasource:
    driver-class-name: org.postgresql.Driver
    url: jdbc:postgresql://113.250.189.120:57654/water_trade_center
    url: jdbc:postgresql://113.250.189.120:57654/test_db1
    username: lunhan
    password: lunhan.20240330
    druid:
@@ -18,8 +18,6 @@
      stat-view-servlet: #访问监控网页的登录用户名和密码
        login-username: druid
        login-password: lunhan123
  jpa:
    database-platform: org.hibernate.dialect.openGaussDialect
  redis:
    host: 127.0.0.1 # Redis服务器地址
    database: 2 # Redis数据库索引(默认为0)
@@ -37,9 +35,6 @@
  level:
    root: info
    com.lunhan.xxx: info
jdbc-set:
  sql-log: true
# xxl-job配置
xxl-job:
@@ -62,6 +57,8 @@
  ### 执行器日志文件保存天数 [选填] : 过期日志自动清理, 限制值大于等于3时生效; 否则, 如-1, 关闭自动清理功能;
  executor-log-retention-days: 15
api-set:
  security_key: 3d54aa3834df
  water_basic_url: http://113.250.189.120:8016
# mybatis-plus 配置:
mybatis-plus:
  configuration:
    ### 开启打印sql配置
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl