bootstrap.yml 405 B

1234567891011121314151617181920212223
  1. server:
  2. port:
  3. 9977
  4. spring:
  5. application:
  6. name: energy-alarm-service
  7. EUREKA_CLIENT_DEFAULT_ZONE: http://frame:123456@develop.persagy.com/integrated-eureka/eureka/
  8. #EUREKA_INSTANCE_IP_ADDRESS: 192.168.16.235
  9. mybatis-plus:
  10. configuration:
  11. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  12. eureka:
  13. # instance:
  14. # prefer-ip-address: true
  15. client:
  16. register-with-eureka: false