新增枚举

This commit is contained in:
hanyong
2023-06-26 15:35:33 +08:00
parent c4324f2496
commit 7d202909a0

View File

@@ -69,6 +69,11 @@
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.13.3</version>
</dependency>
</dependencies>