server:
port: 9003
spring:
application:
name: dm-eureka-server
eureka:
client:
service-url:
defaultZone: http://localhost:${server.port}/eureka/
fetch-registry: false
register-with-eureka: false
defaultZone: http://localhost:${server.port}/eureka/
这里应该配置eureka的端口吧