提问人:André Ferraz 提问时间:11/8/2023 更新时间:11/8/2023 访问量:33
有没有办法在 Spring 应用程序中嵌入 Web 服务器?(没有 Spring Boot)
Is there a way to embed a web server in a Spring application? (no Spring Boot)
问:
我有一个不使用 Spring Boot 的 Spring 应用程序。我想将此应用程序部署为带有嵌入式 Web 服务器(例如 tomcat)的胖罐子。我可以这样做吗?
当我在谷歌上搜索时,我只找到了与Spring Boot有关的东西。但我没有使用Spring Boot。
答: 暂无答案
评论
Spring embedded tomcat without boot