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.
有没有办法获得一个 java war 项目并部署在 play 框架上?我知道在比赛中可以做相反的事情。我想知道是否可以在不手动放置文件的情况下自动完成。
没有。Play 不像 Tomcat 或 JBoss 那样是一个 servlet 容器,因此您无法真正为 Play 部署战争。