feature(cli): 增加命令行生成保留上次主机分布

This commit is contained in:
2023-12-08 09:14:22 +08:00
parent df50ef0431
commit 40f1d8013f
3 changed files with 65 additions and 29 deletions

View File

@@ -26,6 +26,10 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>