|
@@ -25,13 +25,21 @@
|
|
<exclusion>
|
|
<exclusion>
|
|
<groupId>com.github.pagehelper</groupId>
|
|
<groupId>com.github.pagehelper</groupId>
|
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
|
|
|
+
|
|
|
|
+ </exclusion>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
+ <artifactId>tomcat-embed-core</artifactId>
|
|
</exclusion>
|
|
</exclusion>
|
|
</exclusions>
|
|
</exclusions>
|
|
|
|
+
|
|
|
|
+
|
|
</dependency>
|
|
</dependency>
|
|
<!-- gateway -->
|
|
<!-- gateway -->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<groupId>org.springframework.cloud</groupId>
|
|
<artifactId>spring-cloud-starter-gateway</artifactId>
|
|
<artifactId>spring-cloud-starter-gateway</artifactId>
|
|
|
|
+
|
|
</dependency>
|
|
</dependency>
|
|
<!-- nacos discovery-->
|
|
<!-- nacos discovery-->
|
|
<dependency>
|
|
<dependency>
|