| | |
| | | <parent>
|
| | | <groupId>com.ruoyi</groupId>
|
| | | <artifactId>ruoyi-common</artifactId>
|
| | | <version>3.6.1</version>
|
| | | <version>3.6.8</version>
|
| | | </parent>
|
| | | <modelVersion>4.0.0</modelVersion>
|
| | |
|
| | |
| | | <artifactId>pagehelper-spring-boot-starter</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Mybatis Spring -->
|
| | | <dependency>
|
| | | <groupId>org.mybatis.spring.boot</groupId>
|
| | | <artifactId>mybatis-spring-boot-starter</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Hibernate Validator -->
|
| | | <dependency>
|
| | | <groupId>org.springframework.boot</groupId>
|
| | | <artifactId>spring-boot-starter-validation</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Spring Aop -->
|
| | | <dependency>
|
| | | <groupId>org.springframework.boot</groupId>
|
| | | <artifactId>spring-boot-starter-aspectj</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Jackson -->
|
| | | <dependency>
|
| | | <groupId>com.fasterxml.jackson.core</groupId>
|
| | | <groupId>tools.jackson.core</groupId>
|
| | | <artifactId>jackson-databind</artifactId>
|
| | | </dependency>
|
| | |
|
| | |
| | | <dependency>
|
| | | <groupId>javax.xml.bind</groupId>
|
| | | <artifactId>jaxb-api</artifactId>
|
| | | <version>2.3.1</version>
|
| | | </dependency>
|
| | |
|
| | | <!-- Apache Lang3 -->
|
| | |
| | | <artifactId>commons-io</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Commons Fileupload -->
|
| | | <dependency>
|
| | | <groupId>commons-fileupload</groupId>
|
| | | <artifactId>commons-fileupload</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- excel工具 -->
|
| | | <dependency>
|
| | | <groupId>org.apache.poi</groupId>
|
| | |
| | |
|
| | | <!-- Java Servlet -->
|
| | | <dependency>
|
| | | <groupId>javax.servlet</groupId>
|
| | | <artifactId>javax.servlet-api</artifactId>
|
| | | </dependency>
|
| | |
|
| | | <!-- Swagger -->
|
| | | <dependency>
|
| | | <groupId>io.swagger</groupId>
|
| | | <artifactId>swagger-annotations</artifactId>
|
| | | <groupId>jakarta.servlet</groupId>
|
| | | <artifactId>jakarta.servlet-api</artifactId>
|
| | | </dependency>
|
| | |
|
| | | </dependencies>
|