MrShi
2025-11-27 e1281f6933755e07c7fb4b5bd8e8027cfb780e94
server/visits/dmvisit_admin/src/main/resources/application.yml
@@ -28,7 +28,7 @@
  mapper-locations: classpath*:/mappers/**/*.xml
  configuration:
    map-underscore-to-camel-case: true
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
    log-impl: com.doumee.config.mybatis.DmStdOutImpl
# 缓存内容设置
cache:
@@ -54,7 +54,7 @@
# dao层的日志设置为debug,方便查看sql
logging:
  level:
    com.doumee.dao: debug
    com.doumee.dao: info