摘要: springboot支持jsp页面跳转 官方不推荐jsp的支持(jar包不支持jsp,jsp需要运行在servletContext中,war包需要运行在server服务器中如tomcat)官方推荐使用thymeleaf,freemarker等模版引擎 1.创建maven project项目 这里要注 阅读全文
posted @ 2016-11-04 15:30 woms 阅读(43758) 评论(0) 推荐(0)