| | |
| | | <spring.boot.version>2.1.6.RELEASE</spring.boot.version> |
| | | <mybatisplus.version>3.5.1</mybatisplus.version> |
| | | <lombok.version>1.18.24</lombok.version> |
| | | <knife.version>3.0.3</knife.version> |
| | | </properties> |
| | | |
| | | |
| | |
| | | |
| | | <dependencies> |
| | | |
| | | <!-- swagger --> |
| | | <dependency> |
| | | <groupId>io.springfox</groupId> |
| | | <artifactId>springfox-swagger2</artifactId> |
| | | <version>3.0.0</version> |
| | | </dependency> |
| | | |
| | | <!-- lombok --> |
| | | <dependency> |
| | | <groupId>org.projectlombok</groupId> |
New file |
| | |
| | | package com.ycl.jxkg.config; |
| | | |
| | | import org.springframework.context.annotation.Configuration; |
| | | |
| | | /** |
| | | * @author:xp |
| | | * @date:2024/6/3 11:20 |
| | | */ |
| | | @Configuration |
| | | public class SwaggerConfig { |
| | | } |