代码优化,方便自定义内嵌的Web服务

This commit is contained in:
thinkgem
2024-01-15 13:45:51 +08:00
parent e343bd7ba7
commit a32f6b67f5
7 changed files with 16 additions and 33 deletions

View File

@@ -18,7 +18,15 @@
<inceptionYear>2013-Now</inceptionYear>
<dependencies>
<!-- Servlet Api -->
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<!-- JeeSite -->
<dependency>
<groupId>com.jeesite</groupId>
<artifactId>jeesite-framework</artifactId>