Ver Fonte

添加生产配置文件

李进 há 2 anos atrás
pai
commit
acd4e9a775
1 ficheiros alterados com 4 adições e 0 exclusões
  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: