|
@@ -22,6 +22,10 @@ spring:
|
|
|
# 日志管理方式使用集成框架的logback
|
|
|
logging:
|
|
|
config: classpath:logback-spring.xml
|
|
|
+ level:
|
|
|
+ com:
|
|
|
+ persagy:
|
|
|
+ apm: DEBUG
|
|
|
|
|
|
EUREKA_CLIENT_DEFAULT_ZONE: http://frame:123456@develop.persagy.com/integrated-eureka/eureka/
|
|
|
|
|
@@ -29,6 +33,7 @@ mybatis-plus:
|
|
|
configuration:
|
|
|
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
|
|
|
|
|
+
|
|
|
integrated:
|
|
|
swagger:
|
|
|
title: energy-eq-run-diagnose 接口文档
|