liukangdong
2025-03-12 908ce43ff21c2068ef5148b0a417423c8ed9eae5
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