refactor: rename webflux

This commit is contained in:
ReaJason
2025-01-18 18:28:46 +08:00
parent fe1a443c0d
commit 363d0591dc
5 changed files with 6 additions and 9 deletions
@@ -36,9 +36,9 @@ public enum Server {
SpringWebMvc(new SpringWebMvcShell()),
/**
* Spring Webflux 框架
* Spring WebFlux 框架
*/
SpringWebflux(new SpringWebFluxShell()),
SpringWebFlux(new SpringWebFluxShell()),
/**
* WebSphere 中间件
@@ -71,7 +71,7 @@ public class CommonUtil {
case Jetty -> "org.eclipse.jetty.servlet.handlers";
case Undertow, JBossEAP7, WildFly -> "io.undertow.servlet.handlers";
case SpringWebMvc -> "org.springframework.boot.mvc.handlers";
case SpringWebflux -> "org.springframework.boot.webflux.handlers";
case SpringWebFlux -> "org.springframework.boot.webflux.handlers";
case WebSphere -> "com.ibm.ws.webcontainer.handlers";
case WebLogic -> "weblogic.servlet.internal.handlers";
case Resin -> "com.caucho.server.dispatch.handlers";