ÎļþÃû´Ó ruoyi-framework/src/main/java/com/ruoyi/framework/config/UndertowConfig.java ÐÞ¸Ä |
| | |
| | | package com.ruoyi.framework.config; |
| | | package com.ruoyi.common.web.config; |
| | | |
| | | import io.undertow.server.DefaultByteBufferPool; |
| | | import io.undertow.websockets.jsr.WebSocketDeploymentInfo; |
| | | import org.springframework.boot.autoconfigure.AutoConfiguration; |
| | | import org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory; |
| | | import org.springframework.boot.web.server.WebServerFactoryCustomizer; |
| | | import org.springframework.context.annotation.Configuration; |
| | | |
| | | /** |
| | | * Undertow èªå®ä¹é
ç½® |
| | | * |
| | | * @author Lion Li |
| | | */ |
| | | @Configuration |
| | | @AutoConfiguration |
| | | public class UndertowConfig implements WebServerFactoryCustomizer<UndertowServletWebServerFactory> { |
| | | |
| | | /** |