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