MrShi
3 小时以前 3f68c99c363662fa0a66591c38f05ea92c2a41fe
server/visits/dmvisit_admin/src/main/resources/application.yml
@@ -1,6 +1,6 @@
# 项目信息配置
project:
  name: 访客系统
  name: 公务车钥匙智能柜管理系统
  version: 1.0.0
  env: development
#  env: production
@@ -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