| 1234567891011121314151617181920212223 |
- server:
- port:
- 9977
- spring:
- application:
- 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
- mybatis-plus:
- configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- eureka:
- # instance:
- # prefer-ip-address: true
- client:
- register-with-eureka: false
|