|
@@ -18,8 +18,6 @@ spring:
|
|
|
continue-on-error: true
|
|
|
separator: ";"
|
|
|
schema: classpath*:db/init/table.sql
|
|
|
-# data: classpath*:db/init/data.sql
|
|
|
-
|
|
|
|
|
|
data:
|
|
|
elasticsearch:
|
|
@@ -30,22 +28,10 @@ spring:
|
|
|
connection-timeout: 5000
|
|
|
|
|
|
EUREKA_CLIENT_DEFAULT_ZONE: http://frame:123456@develop.persagy.com/integrated-eureka/eureka/
|
|
|
-#EUREKA_CLIENT_DEFAULT_ZONE: http://frame:Hv7MpxJ5pBckigB@47.117.93.148/integrated-eureka/eureka/
|
|
|
-#CONFIG_SERVER_ID: poems-config
|
|
|
|
|
|
mybatis-plus:
|
|
|
configuration:
|
|
|
-# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
- log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
|
|
-logging:
|
|
|
- level:
|
|
|
- com:
|
|
|
- persagy:
|
|
|
- apm:
|
|
|
- diagnose:
|
|
|
- feign:
|
|
|
- client:
|
|
|
- SaasWebClient: error
|
|
|
+ log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
|
|
|
|
|
integrated:
|
|
|
swagger:
|