Ver Fonte

config: 配置Spring actuator

vinson há 4 anos atrás
pai
commit
4221d0e711

+ 12 - 6
src/main/resources/prod/application.yml

@@ -23,12 +23,18 @@ eureka:
 #    port: 16666
 #    localaddress: 10.27.118.76
 server:
-  port: ${random.int(16000,19999)}
----
-spring:
-  profiles: all
-  application:
-    name: acceptance-product
+ port: 16000
+endpoints:
+ health:
+  sensitive: false
+management:
+ security:
+  enabled: false
+#---
+#spring:
+#  profiles: all
+#  application:
+#    name: acceptance-product
     
 acceptance:
  device:

+ 13 - 9
src/main/resources/test/application.yml

@@ -17,18 +17,22 @@ spring:
 eureka:
   client:
     service-url:
-      defaultZone: http://192.168.0.110:12000/eureka
+      defaultZone: http://localhost:13000/eureka
   instance:
     prefer-ip-address: true
-#    port: 16666
-#    localaddress: 10.27.118.76
 server:
-  port: ${random.int(16000,19999)}
----
-spring:
-  profiles: all
-  application:
-    name: acceptance-product
+  port: 16000
+endpoints:
+  health:
+    sensitive: false
+management:
+  security:
+    enabled: false
+#---
+#spring:
+#  profiles: all
+#  application:
+#    name: acceptance-product
 
 acceptance:
  device: