|
@@ -61,7 +61,7 @@
|
|
|
<commons-csv.version>1.6</commons-csv.version>
|
|
|
<mybatis-spring.version>2.0.7</mybatis-spring.version>
|
|
|
<xxl-job.version>2.4.0</xxl-job.version>
|
|
|
- <mybatis-plus-boot-starter.version>3.5.6</mybatis-plus-boot-starter.version>
|
|
|
+ <mybatis-plus.version>3.5.9</mybatis-plus.version>
|
|
|
<rocketmq-spring-boot-starter>2.3.0</rocketmq-spring-boot-starter>
|
|
|
</properties>
|
|
|
|
|
@@ -136,11 +136,6 @@
|
|
|
<type>pom</type>
|
|
|
<scope>import</scope>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-jetty</artifactId>
|
|
|
- <version>${spring-boot.version}</version>
|
|
|
- </dependency>
|
|
|
|
|
|
<!-- web 容器使用 undertow 性能更强 -->
|
|
|
<dependency>
|
|
@@ -268,7 +263,6 @@
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
<version>${spring-boot.version}</version>
|
|
|
- <!--<scope>test</scope>-->
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>org.mockito</groupId>
|