|
|
@ -120,7 +120,7 @@
|
|
|
|
<!--使用spring boot2整合 pagehelper-spring-boot-starter必须排除一下依赖
|
|
|
|
<!--使用spring boot2整合 pagehelper-spring-boot-starter必须排除一下依赖
|
|
|
|
因为pagehelper-spring-boot-starter也已经在pom依赖了mybatis与mybatis-spring
|
|
|
|
因为pagehelper-spring-boot-starter也已经在pom依赖了mybatis与mybatis-spring
|
|
|
|
所以会与mybatis-plus-boot-starter中的mybatis与mybatis-spring发生冲突
|
|
|
|
所以会与mybatis-plus-boot-starter中的mybatis与mybatis-spring发生冲突
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<exclusions>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.mybatis</groupId>
|
|
|
|
<groupId>org.mybatis</groupId>
|
|
|
@ -321,8 +321,6 @@
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-bridge -->
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-bridge -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|
|
|
<groupId>org.apache.xmlgraphics</groupId>
|
|
|
@ -377,6 +375,12 @@
|
|
|
|
<artifactId>knife4j-spring-boot-starter</artifactId>
|
|
|
|
<artifactId>knife4j-spring-boot-starter</artifactId>
|
|
|
|
<version>2.0.9</version>
|
|
|
|
<version>2.0.9</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- https://github.com/TooTallNate/Java-WebSocket-->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.java-websocket</groupId>
|
|
|
|
|
|
|
|
<artifactId>Java-WebSocket</artifactId>
|
|
|
|
|
|
|
|
<version>1.5.4</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|