|
@@ -7,15 +7,17 @@ spring:
|
|
|
name: energy-alarm-service
|
|
|
|
|
|
EUREKA_CLIENT_DEFAULT_ZONE: http://frame:123456@develop.persagy.com/integrated-eureka/eureka/
|
|
|
-EUREKA_INSTANCE_IP_ADDRESS: 192.168.16.235
|
|
|
+#EUREKA_INSTANCE_IP_ADDRESS: 192.168.16.235
|
|
|
|
|
|
mybatis-plus:
|
|
|
configuration:
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
|
|
|
|
|
-eureka:
|
|
|
- instance:
|
|
|
- prefer-ip-address: true
|
|
|
+#eureka:
|
|
|
+# instance:
|
|
|
+# prefer-ip-address: true
|
|
|
+# client:
|
|
|
+# register-with-eureka: false
|
|
|
|
|
|
|