瀏覽代碼

整合工作台(v2.0)

JensionDzero 1 年之前
父節點
當前提交
b2b43203ab
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      benyun-core/src/main/resources/application.yaml

+ 2 - 2
benyun-core/src/main/resources/application.yaml

@@ -19,8 +19,8 @@ spring:
 #mybatis-plus配置
 mybatis-plus:
   mapper-locations: classpath:/mapper/**/*.xml  #告诉mybatis数据库映射文件mapper.xml的位置
-  configuration:
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl  #显示sql日志
+#  configuration:
+#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl  #显示sql日志
   global-config:
     db-config:
       id-type: ASSIGN_ID