|
@@ -29,29 +29,33 @@
|
|
<artifactId>spring-web</artifactId>
|
|
<artifactId>spring-web</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.baomidou</groupId>
|
|
|
|
- <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
<!-- spring security 安全认证 -->
|
|
<!-- spring security 安全认证 -->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-security</artifactId>
|
|
<artifactId>spring-boot-starter-security</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
|
+ <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
<!-- pagehelper 分页插件 -->
|
|
<!-- pagehelper 分页插件 -->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.github.pagehelper</groupId>
|
|
<groupId>com.github.pagehelper</groupId>
|
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
<exclusions>
|
|
<exclusions>
|
|
<exclusion>
|
|
<exclusion>
|
|
- <groupId>org.mybatis.spring.boot</groupId>
|
|
|
|
- <artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
|
|
|
+ <groupId>org.mybatis</groupId>
|
|
|
|
+ <artifactId>mybatis</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.mybatis</groupId>
|
|
|
|
+ <artifactId>mybatis-spring</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
<exclusion>
|
|
<exclusion>
|
|
- <groupId>com.github.pagehelper</groupId>
|
|
|
|
- <artifactId>pagehelper-spring-boot-autoconfigure</artifactId>
|
|
|
|
|
|
+ <groupId>com.github.jsqlparser</groupId>
|
|
|
|
+ <artifactId>jsqlparser</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
</dependency>
|
|
</dependency>
|