Commit 34c62017 by fsn

spring profile的配置

parent ad7a1c4b
......@@ -18,10 +18,6 @@ mybatis-plus:
lazyLoadingEnabled: true #延时加载的开关
multipleResultSetsEnabled: true #开启的话,延时加载一个属性时会加载该对象全部属性,否则按需加载属性
logging:
level: debug
file: logs/guns.log
---
spring:
......@@ -31,6 +27,10 @@ spring:
username: root
password: root
logging:
level: debug
file: logs/guns.log
---
spring:
......@@ -40,3 +40,7 @@ spring:
username: rootroot
password: rootroot
logging:
level: warn
file: logs/guns.log
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment