This commit is contained in:
2022-03-03 23:51:07 +08:00
parent 10821861aa
commit b2f279d9a6
73 changed files with 2946 additions and 210 deletions

View File

@@ -60,6 +60,11 @@
<artifactId>knife4j-spring-ui</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</dependency>
</dependencies>
<build>