Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果添加到 POM 中,这似乎相当 hacky:
<configuration> <failOnMissingWebXml>false</failOnMissingWebXml> </configuration>
如果你有这个类,你会创建 web 配置类来实现WebApplicationInitializer吗?它不应该询问 web.xml
WebApplicationInitializer