以下示例适用于Spring Boot 1.3.3.RELEASE: https://github.com/ghillert/spring-boot-
jsp-demo
关键是将静态jsp内容放入:
/src/main/resources/meta-INF/resources/WEB-INF/jsp
并确保您在application.properties中定义视图前缀/后缀:
spring.mvc.view.prefix=/WEB-INF/jsp/spring.mvc.view.suffix=.jsp



