| | |
| | | <parent>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common</artifactId>
|
| | | <version>3.6.3</version>
|
| | | <version>3.6.8</version>
|
| | | </parent>
|
| | | <modelVersion>4.0.0</modelVersion>
|
| | |
|
| | |
| | | <!-- SpringBoot Web -->
|
| | | <dependency>
|
| | | <groupId>org.springframework.boot</groupId>
|
| | | <artifactId>spring-boot-starter-web</artifactId>
|
| | | <artifactId>spring-boot-starter-webmvc</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Swagger -->
|
| | | <!-- SpringDoc webmvc -->
|
| | | <dependency>
|
| | | <groupId>io.springfox</groupId>
|
| | | <artifactId>springfox-swagger2</artifactId>
|
| | | <version>${swagger.fox.version}</version>
|
| | | <groupId>org.springdoc</groupId>
|
| | | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
| | | </dependency>
|
| | |
|
| | | </dependencies>
|