@@ -10,11 +10,12 @@ spring:
pathmatch:
matching-strategy: ant_path_matcher
profiles:
- active: pro
+ active: prod
mybatis:
# 搜索指定包别名
typeAliasesPackage: com.yizhu.supervise.model
# 配置mapper的扫描,找到所有的mapper.xml映射文件
mapperLocations: classpath:mapper/**/*.xml
-
+logging:
+ level:
+ root: info