zengsj 9 ヶ月 前
コミット
87bfe1a0dc
1 ファイル変更4 行追加3 行削除
  1. 4 3
      src/main/resources/application.yml

+ 4 - 3
src/main/resources/application.yml

@@ -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