add smart http support

This commit is contained in:
Looly
2024-12-25 14:20:24 +08:00
parent 2af90ebaa5
commit 7f12d45b4e
15 changed files with 362 additions and 219 deletions

View File

@@ -43,6 +43,7 @@
<jetty.version>9.4.56.v20240826</jetty.version>
<!-- 固定 9.x支持到JDK8 -->
<tomcat.version>9.0.97</tomcat.version>
<smartboot.version>1.4.3</smartboot.version>
</properties>
<dependencies>
@@ -131,6 +132,12 @@
<version>${tomcat.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.smartboot.http</groupId>
<artifactId>smart-http-server</artifactId>
<version>${smartboot.version}</version>
<scope>provided</scope>
</dependency>
<!-- 仅用于测试 -->
<dependency>