소스 검색

结构优化

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