review code.

This commit is contained in:
lijiahang
2023-07-07 17:02:09 +08:00
parent bf3ca41099
commit 7394c686b8
14 changed files with 241 additions and 120 deletions

View File

@@ -22,6 +22,11 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<!-- starter -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<!-- orion-ops starter -->
<dependency>