把eureka放在打成jar包在云服务器上运行时要引入web依赖

it2026-05-26  10

查看日志报错 Unregistering application UNKNOWN with eureka with status DOWN 解决引入

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>
最新回复(0)