1、创建eureka-client后提是启动成功但是依然自动关闭
8062端口并没有开启
2、错误信息:Unregistering application product with eureka with status DOWN
3、原因是确实web包依赖
org.springframework.boot
spring-boot-starter-web
4、添加这个依赖后就能够成功运行了
1、创建eureka-client后提是启动成功但是依然自动关闭
8062端口并没有开启
2、错误信息:Unregistering application product with eureka with status DOWN
3、原因是确实web包依赖
org.springframework.boot
spring-boot-starter-web
4、添加这个依赖后就能够成功运行了