Browse Source

添加生产配置文件

李进 2 years ago
parent
commit
acd4e9a775
1 changed files with 4 additions and 0 deletions
  1. 4 0
      authorize-start/src/main/resources/bootstrap-prod.yml

+ 4 - 0
authorize-start/src/main/resources/bootstrap-prod.yml

@@ -5,6 +5,10 @@ spring:
         master:
           url: jdbc:mysql://172.25.143.101:3306/xy-authorize?characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false
 
+mybatis-plus:
+  configuration:
+    log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
+
 #微服务相关配置
 cloud:
   center: