解决方案: <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId>...
我们将 Spring-Boot (2.7.x) 与 Jetty 结合使用。我们的依赖项扫描器告诉我们,我们的依赖项树中仍然有 Tomcat 依赖项。 在查看 spring-boot-starter-jetty 2.7.1 的 POM 时,我发现 spring-boot-starter-jetty 依赖于 tomcat-embed-el。tomcat-embed-el 包含 javax.el 和 org.apache.el 包中的类,所以我认...
百度试题 结果1 题目SpringBoot对Web支持必须添加的依赖是() A. spring-boot-starter-web B. spring-boot-starter-tomcat C. spring-boot-starter D. spring-boot-starter-jetty 相关知识点: 试题来源: 解析 A 反馈 收藏