无法启动 bean 'eurekaAutoServiceRegistration' 嵌套异常是 java.lang.NullPointerException

Failed to start bean 'eurekaAutoServiceRegistration' nested exception is java.lang.NullPointerException

我遇到了这个问题,我已经尝试使用最新的 spring 引导版本,但仍然无法修复。这是错误输出

java.lang.IllegalStateException: Failed to load ApplicationContext
Caused by: org.springframework.context.ApplicationContextException: Failed to start bean 'eurekaAutoServiceRegistration'; nested exception is java.lang.NullPointerException: Cannot invoke "org.springframework.cloud.netflix.eureka.CloudEurekaClient.getApplications()" because the return value of "org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration.getEurekaClient()" is null
Caused by: java.lang.NullPointerException: Cannot invoke "org.springframework.cloud.netflix.eureka.CloudEurekaClient.getApplications()" because the return value of "org.springframework.cloud.netflix.eureka.serviceregistry.EurekaRegistration.getEurekaClient()" is null

我使用了这个命令并且有效

mvn dependency:resolve-plugins