Commit 5affe7204ecc4a100edbc7dae2c05ef0ed34360a

Authored by liwei2917
1 parent 73321c2b

配置里关闭了运行时sql打印

src/main/resources/application.properties
... ... @@ -29,7 +29,8 @@ spring.thymeleaf.mode=LEGACYHTML5
29 29 #\u5f00\u53d1\u65f6\u5173\u95ed\u7f13\u5b58,\u4e0d\u7136\u6ca1\u6cd5\u770b\u5230\u5b9e\u65f6\u9875\u9762
30 30 spring.thymeleaf.cache=false
31 31  
32   -logging.level.com.cnlive.shenhe.mapper=debug
  32 +#\u6253\u5370\u8fd0\u884c\u65f6\u7684sql
  33 +#logging.level.com.cnlive.shenhe.mapper=debug
33 34  
34 35 mybatis.mapper-locations=classpath:mapping/*.xml
35 36 mybatis.type-aliases-package=com.cnlive.shenhe.entity
... ...