|  | @ -13,6 +13,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; | 
			
		
	
		
		
			
				
					|  |  | import org.springframework.boot.web.servlet.ServletComponentScan; |  |  | import org.springframework.boot.web.servlet.ServletComponentScan; | 
			
		
	
		
		
			
				
					|  |  | import org.springframework.cloud.client.discovery.EnableDiscoveryClient; |  |  | import org.springframework.cloud.client.discovery.EnableDiscoveryClient; | 
			
		
	
		
		
			
				
					|  |  | import org.springframework.cloud.openfeign.EnableFeignClients; |  |  | import org.springframework.cloud.openfeign.EnableFeignClients; | 
			
		
	
		
		
			
				
					|  |  |  |  |  | import org.springframework.scheduling.annotation.EnableAsync; | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | /** |  |  | /** | 
			
		
	
		
		
			
				
					|  |  |  * 模块 |  |  |  * 模块 | 
			
		
	
	
		
		
			
				
					|  | @ -24,6 +25,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients; | 
			
		
	
		
		
			
				
					|  |  | @EnableDiscoveryClient |  |  | @EnableDiscoveryClient | 
			
		
	
		
		
			
				
					|  |  | @EnableFeignClients |  |  | @EnableFeignClients | 
			
		
	
		
		
			
				
					|  |  | @ServletComponentScan |  |  | @ServletComponentScan | 
			
		
	
		
		
			
				
					|  |  |  |  |  | @EnableAsync | 
			
		
	
		
		
			
				
					|  |  | public class ResiPartyMemberApplication { |  |  | public class ResiPartyMemberApplication { | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |     public static void main(String[] args) { |  |  |     public static void main(String[] args) { | 
			
		
	
	
		
		
			
				
					|  | 
 |