Browse Source

版本调整

mssql
Yen 3 years ago
parent
commit
f7bc5b1f34
  1. 11
      pom.xml

11
pom.xml

@ -109,7 +109,7 @@
<dependency> <dependency>
<groupId>com.github.pagehelper</groupId> <groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId> <artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.4.1</version> <version>1.4.5</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.mybatis</groupId> <groupId>org.mybatis</groupId>
@ -119,12 +119,13 @@
<groupId>org.mybatis</groupId> <groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId> <artifactId>mybatis</artifactId>
</exclusion> </exclusion>
<exclusion> <!-- <exclusion>-->
<groupId>com.github.jsqlparser</groupId> <!-- <groupId>com.github.jsqlparser</groupId>-->
<artifactId>jsqlparser</artifactId> <!-- <artifactId>jsqlparser</artifactId>-->
</exclusion> <!-- </exclusion>-->
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.baomidou</groupId> <groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId> <artifactId>mybatis-plus-boot-starter</artifactId>

Loading…
Cancel
Save