Crunchy
2024-04-23 4f986140a10e71c07c7001ccbcda6e93e17736b1
system-run/src/main/resources/application-prod.yml
@@ -5,7 +5,7 @@
logging:
  config: classpath:logback-spring.xml
  # 日志存储路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++
  file-location: /javaWork/center-lims/img
  file-location: /javaWork/center-lims/log
# 数据库备份路径
backup:
@@ -19,10 +19,14 @@
# 照片路径+++++++++++++++++++++++++++运维需要配置+++++++++++++++++++++++++++
file:
  path: /javaWork/center-lims/img
  allowed: png,jpg,jpeg,gif
wordUrl: /javaWork/center-lims/word
twoCode: /javaWork/center-lims/two_code
mybatis-plus:
  configuration:
    log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl # 关闭mybatis-plus日志
    log-impl: #org.apache.ibatis.logging.nologging.NoLoggingImpl # 关闭mybatis-plus日志
# 数据源配置
spring:
@@ -50,7 +54,6 @@
      filters: stat,wall,log4j # 配置监控统计拦截的filters,去掉后监控界面sql无法统计,'wall'用于防火墙
      useGlobalDataSourceStat: true #合并多个DruidDatasource的监控数据
      connectionProperties: druid.stat.mergeSql=true;druid.stat.slowSqlMillis=500; #通过connectProperties属性来打开mergesql功能罗慢sQL记录
redis:
  # redis数据库索引(默认为0),我们使用索引为3的数据库,避免和其他数据库冲突