zjh
2025-04-24 672ce84d5ce6545a0e81709ea736c69cbbef8c1a
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:
@@ -177,6 +190,8 @@
#  体检报告模板和报告临时生成存储的文件夹路径
path:
  filePath: D:\Tjreport
  xdtfilePath: C:\TjXdt
  # nginx图片服务器
  reportServer: https://ltpeis.xaltjdkj.cn:5516/
@@ -239,4 +254,7 @@
#  password = Root_ltkj123
config:
  properties: D:\ltkjprojectconf\config.properties
  path: D:\ltkjprojectconf
  path: D:\ltkjprojectconf
logging:
  level:
    org.jeecg: debug