为什么我的 eureka-server 主页无法显示

作者: jimxu1982创建于 2017年11月30日更新于 2018年6月5日

2.application.properties spring.application.name=eureka-server server.port=1001 eureka.instance.hostname=localhost eureka.client.register-with-eureka=false eureka.client.fetch-registry=false

内容来源: dyc87112/SpringCloud-Learning