mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-05-03 02:21:26 +08:00
update 更改 Undertow 配置类命名
This commit is contained in:
@@ -12,7 +12,7 @@ import org.springframework.context.annotation.Configuration;
|
||||
* @author Lion Li
|
||||
*/
|
||||
@Configuration
|
||||
public class CustomizationBean implements WebServerFactoryCustomizer<UndertowServletWebServerFactory> {
|
||||
public class UndertowConfig implements WebServerFactoryCustomizer<UndertowServletWebServerFactory> {
|
||||
|
||||
/**
|
||||
* 设置 Undertow 的 websocket 缓冲池
|
||||
Reference in New Issue
Block a user