Spring Boot - where to place the jsp files

前端 未结 8 2180
无人及你
无人及你 2020-12-20 15:55

I am trying to develop a new Spring boot application using MVC as a first step to move my existing Spring MVC application to Spring boot.

However, I am facing an is

8条回答
  •  温柔的废话
    2020-12-20 16:35

    I have created a demo project which is rendering jsp

    Git URL : https://github.com/rksharma1401/spring-boot-war

    take checkout then mvn package java -jar target\simple-web-app-tomcat-0.0.1-SNAPSHOT.war URL : http://localhost:8081/w

提交回复
热议问题