jiangping
2025-04-25 1e0c8c2a1a3e67cf95a4ccc60012cc3c6dad26be
server/src/main/resources/application.yml
@@ -9,7 +9,7 @@
spring:
  profiles:
    active: test
    active: dev
  # JSON返回配置
  jackson:
    # 默认时区
@@ -33,6 +33,8 @@
  configuration:
    map-underscore-to-camel-case: true
    log-impl: com.doumee.config.mybatis.DmStdOutImpl
#    log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
#    log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
# 缓存内容设置
@@ -60,7 +62,7 @@
# 日志配置
logback:
  level: INFO
  level: ERROR
  appender: ${project.env}
# dao层的日志设置为debug,方便查看sql
logging:
@@ -70,7 +72,7 @@
    com.doumee.dao.system.SystemJobListMapper: ERROR
    com.doumee.dao.system.SystemJobSnippetMapper: ERROR
    com.doumee.dao.system.SystemJobLogMapper: ERROR
    com.doumee.dao.business: DEBUG
    com.doumee.dao.business: ERROR
auth:
  jwt:
    enabled: true   #是否开启JWT登录认证功能