feat(cli): 调整配置文件组成 方便根据集群配置文件覆盖通用配置方案

This commit is contained in:
2024-02-25 14:48:15 +08:00
parent 2817590617
commit 95bff3e48d
12 changed files with 374 additions and 187 deletions

View File

@@ -26,6 +26,15 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>