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