上面这个Maven依赖的作用是从Spring Boot的Web Starter中排除了Tomcat服务器的依赖。它允许你在Spring Boot应用程序中使用其他类型的服务器,而不是默认的嵌入式Tomcat服务器。通过排除Tomcat依赖,你可以选择使用其他的Servlet容器,如Jetty或Undertow,以满足你的特定需求。

dependency			groupIdorgspringframeworkbootgroupId			artifactIdspring-boot-starter-webartifactId			exclusions				exclusion					groupIdorgspringframeworkbootgroupId					artifactIdspring-boot-starter-tom

原文地址: https://www.cveoy.top/t/topic/iUhV 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录