全面升级适配 SpringCloudAlibaba 2021.0.1.0 配置方式大更改

nacos client 降级 2.0.2 高于此版本会有问题 不影响nacos服务端版本
nacos 配置文件 application.yml 重命名为 application-common.yml 解决命名冲突问题
This commit is contained in:
疯狂的狮子Li
2022-04-13 12:43:32 +08:00
parent 4d19ab6124
commit 37f08f6def
20 changed files with 175 additions and 222 deletions

View File

@@ -16,6 +16,12 @@
</description>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<!-- xxl-job-core -->
<dependency>
<groupId>com.xuxueli</groupId>
@@ -27,5 +33,6 @@
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>