|
@@ -71,6 +71,8 @@ spring:
|
|
|
|
|
|
mybatis:
|
|
|
mapperLocations: classpath:config/mybatis/*.xml
|
|
|
+ configuration:
|
|
|
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
|
|
swagger:
|
|
|
base-package: com.keao.edu.user.controller
|
|
@@ -103,6 +105,8 @@ message:
|
|
|
logging:
|
|
|
level:
|
|
|
com.keao.edu.user.api.client.EduUserFeignService: INFO
|
|
|
+ com.keao.edu.user.dao: INFO
|
|
|
+
|
|
|
|
|
|
push:
|
|
|
jiguang:
|