|
@@ -22,10 +22,13 @@ spring:
|
|
username: root
|
|
username: root
|
|
liquibase:
|
|
liquibase:
|
|
change-log: "classpath:/db/db.changelog-test.xml"
|
|
change-log: "classpath:/db/db.changelog-test.xml"
|
|
|
|
+
|
|
logging:
|
|
logging:
|
|
level:
|
|
level:
|
|
- com.alibaba.cola.catchlog.CatchLogAspect: debug
|
|
|
|
com.hosea.service.infra: debug
|
|
com.hosea.service.infra: debug
|
|
|
|
+ file:
|
|
|
|
+ path:
|
|
|
|
+ name:
|
|
|
|
|
|
# 单元测试结束之后的清除
|
|
# 单元测试结束之后的清除
|
|
test.end.clean:
|
|
test.end.clean:
|