mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add smart http support
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user