#端口
server:
  port: 8762
#  address: sincere.myjxt.com

#服务名称
spring:
  application:
      name: eureka-server2
  main:
    allow-bean-definition-overriding: true    
 

management:
  endpoints:
    web:
      exposure:
        include: "*"
  endpoint:
    health:
      show-details: always