代码优化,方便自定义内嵌的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

@@ -44,13 +44,11 @@
<artifactId>jeesite-framework</artifactId>
<version>${project.parent.version}</version>
</dependency>
<!-- Spring Boot Tomcat
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency> -->
<!--<artifactId>spring-boot-starter-undertow</artifactId>-->
</dependency>
</dependencies>