本文主要是介绍搭建 Spring Cloud 项目 配置文件出现 defaultZone 无法解析时,是因为,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
配置文件:Application.yml文件出现如下情况:
是因为 pom.xml 文件少了 eureka-client的依赖:
<dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-starter-netflix-eureka-client</artifactId></dependency>
这篇关于搭建 Spring Cloud 项目 配置文件出现 defaultZone 无法解析时,是因为的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!