You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							15 lines
						
					
					
						
							496 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							15 lines
						
					
					
						
							496 B
						
					
					
				| println "[Undertow] 环境 ......" | |
| 
 | |
| configurations { | |
|     all*.exclude group: "org.springframework.boot", module: "spring-boot-starter-tomcat" | |
|     all*.exclude group: "org.apache.tomcat.embed",  module: "tomcat-embed-core" | |
|     all*.exclude group: "org.apache.tomcat.embed",  module: "tomcat-embed-websocket" | |
| } | |
| 
 | |
| dependencies { | |
|     implementation("org.springframework.boot:spring-boot-starter-undertow") | |
| 
 | |
|     providedRuntime( | |
|         "org.springframework.boot:spring-boot-starter-undertow", | |
|     ) | |
| }
 | |
| 
 |