搭建 Spring Cloud 项目 配置文件出现 defaultZone 无法解析时,是因为
程序员文章站
2022-07-03 21:03:07
...
配置文件:Application.yml文件出现如下情况:
是因为 pom.xml 文件少了 eureka-client的依赖:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
</dependency>
上一篇: 蓝桥杯之01字符串
下一篇: LeetCode300:最长上升子序列