【发布时间】:2013-12-13 00:06:37
【问题描述】:
我想将我的项目切换到基于弹簧的产品。
我的第一步是将我的 java web 应用程序从生成的 WAR 文件转换为独立的可执行 jar,由 Spring Boot 提供支持。
Let's take a open source web application example from github.: Vaadin-Spring Web Application
The web.xml file can be found here.
The root-context file can be found here.
我希望有一些指导我来执行转换。
【问题讨论】:
标签: spring vaadin web.xml spring-boot