|
@@ -20,19 +20,23 @@
|
|
|
<groupId>org.apache.commons</groupId>
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+
|
|
|
<!-- Swagger -->
|
|
<!-- Swagger -->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>io.swagger</groupId>
|
|
<groupId>io.swagger</groupId>
|
|
|
<artifactId>swagger-annotations</artifactId>
|
|
<artifactId>swagger-annotations</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>jakarta.validation</groupId>
|
|
<groupId>jakarta.validation</groupId>
|
|
|
<artifactId>jakarta.validation-api</artifactId>
|
|
<artifactId>jakarta.validation-api</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>javax.servlet</groupId>
|
|
<groupId>javax.servlet</groupId>
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
@@ -52,19 +56,27 @@
|
|
|
<groupId>com.alibaba</groupId>
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|
|
<artifactId>fastjson</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.projectlombok</groupId>
|
|
<groupId>org.projectlombok</groupId>
|
|
|
<artifactId>lombok</artifactId>
|
|
<artifactId>lombok</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>cn.hutool</groupId>
|
|
<groupId>cn.hutool</groupId>
|
|
|
<artifactId>hutool-all</artifactId>
|
|
<artifactId>hutool-all</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <!--<dependency>
|
|
|
<groupId>com.github.pagehelper</groupId>
|
|
<groupId>com.github.pagehelper</groupId>
|
|
|
<artifactId>pagehelper</artifactId>
|
|
<artifactId>pagehelper</artifactId>
|
|
|
<version>5.2.1</version>
|
|
<version>5.2.1</version>
|
|
|
<scope>compile</scope>
|
|
<scope>compile</scope>
|
|
|
|
|
+ </dependency>-->
|
|
|
|
|
+
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.github.pagehelper</groupId>
|
|
|
|
|
+ <artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
</project>
|
|
</project>
|