摘要: Spring Boot 添加JSP支持 大体步骤: (1) 创建Maven web project; (2) 在pom.xml文件添加依赖; (3) 配置application.properties支持jsp (4) 编写启动类App.Java (5) 编写测试Controller (6) 编写JS 阅读全文
posted @ 2018-03-01 18:32 躲猫猫的猫 阅读(278) 评论(0) 推荐(0) 编辑