update 更改 Undertow 配置类命名
parent
fded2137bc
commit
ddaab5bff9
|
|
@ -12,7 +12,7 @@ import org.springframework.context.annotation.Configuration;
|
||||||
* @author Lion Li
|
* @author Lion Li
|
||||||
*/
|
*/
|
||||||
@Configuration
|
@Configuration
|
||||||
public class CustomizationBean implements WebServerFactoryCustomizer<UndertowServletWebServerFactory> {
|
public class UndertowConfig implements WebServerFactoryCustomizer<UndertowServletWebServerFactory> {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 设置 Undertow 的 websocket 缓冲池
|
* 设置 Undertow 的 websocket 缓冲池
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||||
com.ruoyi.common.web.config.I18nConfig,\
|
com.ruoyi.common.web.config.I18nConfig,\
|
||||||
com.ruoyi.common.web.config.CustomizationBean
|
com.ruoyi.common.web.config.UndertowConfig
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue