|
@@ -4,25 +4,36 @@ server:
|
|
|
spring:
|
|
|
application:
|
|
|
name: structure-center
|
|
|
-
|
|
|
cloud:
|
|
|
config:
|
|
|
discovery:
|
|
|
enabled: true
|
|
|
service-id: config-center
|
|
|
-
|
|
|
profiles:
|
|
|
active: local
|
|
|
-
|
|
|
servlet:
|
|
|
multipart:
|
|
|
max-request-size: 1MB
|
|
|
max-file-size: 1MB
|
|
|
|
|
|
-logging:
|
|
|
- config: classpath:logback-spring.xml
|
|
|
-
|
|
|
eureka:
|
|
|
client:
|
|
|
service-url:
|
|
|
- defaultZone: http://localhost:6751/eureka/
|
|
|
+ defaultZone: http://localhost:6751/eureka/
|
|
|
+
|
|
|
+logging:
|
|
|
+ config: classpath:logback-spring.xml
|
|
|
+ file: logs/structure-center/log_info.log
|
|
|
+
|
|
|
+management:
|
|
|
+ endpoints:
|
|
|
+ web:
|
|
|
+ exposure:
|
|
|
+ include: '*'
|
|
|
+ endpoint:
|
|
|
+ health:
|
|
|
+ show-details: always
|
|
|
+
|
|
|
+swagger.title: 数据后结构化服务
|
|
|
+swagger.des: 数据后结构化服务
|
|
|
+swagger.version: 0.0.1-SNAPSHOT
|