|
|
@@ -7,7 +7,7 @@ server:
|
|
7
|
7
|
eureka:
|
|
8
|
8
|
client:
|
|
9
|
9
|
service-url:
|
|
10
|
|
- defaultZone: http://localhost:9001/eureka/
|
|
|
10
|
+ defaultZone: http://tj_admin:Admin_1234@${eureka.instance.hostname}:9001/eureka/
|
|
11
|
11
|
instance:
|
|
12
|
12
|
hostname: 172.16.0.16
|
|
13
|
13
|
prefer-ip-address: true
|
|
|
@@ -20,6 +20,10 @@ eureka:
|
|
20
|
20
|
mybatis:
|
|
21
|
21
|
config-location: classpath:mybatis/mybatis-config.xml
|
|
22
|
22
|
|
|
|
23
|
+management:
|
|
|
24
|
+ server:
|
|
|
25
|
+ port: -1
|
|
|
26
|
+
|
|
23
|
27
|
spring:
|
|
24
|
28
|
application:
|
|
25
|
29
|
name: depot-agent
|
|
|
@@ -50,7 +54,7 @@ spring:
|
|
50
|
54
|
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path}
|
|
51
|
55
|
|
|
52
|
56
|
web:
|
|
53
|
|
- upload-path: /home/depot/depot-web/apache-tomcat-8.0.53/webapps/ROOT/WEB-INF/classes/static
|
|
|
57
|
+ upload-path: /home/depot/depot-web/depot-file
|
|
54
|
58
|
|
|
55
|
59
|
cxf:
|
|
56
|
60
|
path: /archive
|