瀏覽代碼

添加生产配置文件

李进 2 年之前
父節點
當前提交
acd4e9a775
共有 1 個文件被更改,包括 4 次插入0 次删除
  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: