zhaowenxuan
2025-02-27 1c4935c13c44f35bc59e77cff6a66e3131a35d94
ltkj-admin/src/main/resources/application-dev.yml
@@ -68,8 +68,8 @@
    restart:
      # 热部署开关
      enabled: true
#  cache:
#    type: ehcache
  cache:
    type: redis
  # redis 配置
#  redis:
@@ -120,6 +120,19 @@
            # 启用TLS加密
            enable: true
            required: true
  datasource:
    druid:
      stat-view-servlet:
        enabled: true
        url-pattern: /druid/*
        login-username: 10001
        login-password: admin123
        reset-enable: true
        allow:
      filters: stat,wall,log4j  # 启用日志和监控过滤器
      stat:
        mergeSql: true  # 合并SQL统计信息
        slowSqlMillis: 3000  # 配置 SQL 慢查询阈值,单位是毫秒,3秒即 3000ms
# token配置
token:
@@ -219,7 +232,7 @@
#  path: https://ltpeis.xaltjdkj.cn:5011/ltkj-admin
#  path: https://ltpeis.xaltjdkj.cn:5021/ltkj-admin
#  path: http://192.168.0.5:5000/ltkj-admin
   path: http://127.0.0.1:5011
   path: http://192.168.1.113:5011
#   path: http://192.168.0.105:5011
#  path: http://192.168.1.113:5011
@@ -239,4 +252,7 @@
#  password = Root_ltkj123
config:
  properties: D:\ltkjprojectconf\config.properties
  path: D:\ltkjprojectconf
  path: D:\ltkjprojectconf
logging:
  level:
    org.jeecg: debug