代码调整

This commit is contained in:
2023-04-10 16:51:11 +08:00
parent 993fc4b1f7
commit d2b95ebb7d
4 changed files with 23 additions and 0 deletions

View File

@@ -31,6 +31,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.njcn</groupId>