| | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-web</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-dependencies</artifactId> |
| | | <version>2.3.12.RELEASE</version> |
| | | <type>pom</type> |
| | |
| | | <!-- <version>2.2.7.RELEASE</version>--> |
| | | </dependency> |
| | | |
| | | <!-- 接口文档 --> |
| | | <!--dependency> |
| | | <groupId>com.github.xiaoymin</groupId> |
| | | <artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId> |
| | | <version>4.3.0</version> |
| | | </dependency>--> |
| | | </dependencies> |
| | | <properties> |
| | | <maven.compiler.source>8</maven.compiler.source> |