Solon

solon.web.servlet

v2.2.6
<dependency>
    <groupId>org.noear</groupId>
    <artifactId>solon.web.servlet</artifactId>
</dependency>

1、描述

基础扩展插件,为 Solon Web 提供公共的 servelt 适配支持。

2、使用示例

这个插件一般不独立使用。为开发 war 包的项目提供支持,另外也被以下插件所依赖:

插件说明
solon.boot.jettyJetty 适配插件
提供http、websocket信号服务,以及jsp支持
solon.boot.undertowUndertow 适配插件
提供http、websocket信号服务,以及jsp支持
solon-springboot-starterSpringboot 适配插件