-
大小: 195KB文件类型: .zip金币: 1下载: 0 次发布日期: 2021-06-03
- 语言: 其他
- 标签: springboot velocity maven
资源简介
SpringBoot1.4之后不再支持velocity,导致spring-boot-starter-velocity无法使用,本demo是SpringBoot1.5.x与velocity2集成demo,代码是基于http://download.csdn.net/download/qq_30023773/10032465改的,原代码是基于gradle的,并升级了springboot到目前最新的1.5.10
代码片段和文件信息
package com.example.demo;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.servlet.ModelAndView;
import javax.servlet.http.HttpServletRequest;
import java.util.Map;
/**
* Created by Saber on 2018/2/24 下午1:13
*/
@Controller
@RequestMapping(“/“)
public class SpringBootTestController {
/**
* 首页
*
* @return
*/
@RequestMapping(“/“)
public String index(){
return “index“;
}
/**
* ajax test
*
* @param request
* @return
*/
@RequestMapping(“/ajax“)
@ResponseBody
public String ajaxTest(HttpServletRequest request) {
return “ajax 测试成功~“;
}
/**
* 页面测试
*
* @param map
* @return
*/
@RequestMapping(“/welcome“)
public String viewTest(Map map) {
map.put(“a“ “SpringBoot1.5.10+velocity 页面测试1“);
return “welcome“;
}
/**
* 页面测试2
*
* @return
*/
@RequestMapping(“/welcome2“)
public ModelAndView viewTest2() {
ModelAndView modelAndView = new ModelAndView();
modelAndView.addobject(“a“ “SpringBoot1.5.10+velocity 页面测试2“);
modelAndView.setViewName(“welcome“);
return modelAndView;
}
/**
* 页面测试3
*
* @return
*/
@RequestMapping(“/welcome3“)
public ModelAndView viewTest3() {
ModelMap map = new ModelMap();
map.put(“a“ “SpringBoot1.5.10+velocity 页面测试3“);
return new ModelAndView(“view/welcome“ map);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-02-24 16:44 SpringBoot15_10-velocity2\
文件 6148 2018-02-24 16:54 SpringBoot15_10-velocity2\.DS_Store
目录 0 2018-02-24 16:54 __MACOSX\
目录 0 2018-02-24 16:54 __MACOSX\SpringBoot15_10-velocity2\
文件 120 2018-02-24 16:54 __MACOSX\SpringBoot15_10-velocity2\._.DS_Store
目录 0 2018-02-24 16:54 SpringBoot15_10-velocity2\.git\
文件 6148 2018-02-24 16:45 SpringBoot15_10-velocity2\.git\.DS_Store
目录 0 2018-02-24 16:54 __MACOSX\SpringBoot15_10-velocity2\.git\
文件 120 2018-02-24 16:45 __MACOSX\SpringBoot15_10-velocity2\.git\._.DS_Store
目录 0 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\branches\
文件 15 2018-02-24 16:45 SpringBoot15_10-velocity2\.git\COMMIT_EDITMSG
文件 323 2018-02-24 16:45 SpringBoot15_10-velocity2\.git\config
文件 73 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\desc
文件 23 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\HEAD
目录 0 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\hooks\
文件 478 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\hooks\applypatch-msg.sample
文件 896 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\hooks\commit-msg.sample
文件 189 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\hooks\post-update.sample
文件 424 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\hooks\pre-applypatch.sample
文件 1642 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\hooks\pre-commit.sample
文件 1348 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\hooks\pre-push.sample
文件 4951 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\hooks\pre-reba
文件 544 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\hooks\pre-receive.sample
文件 1239 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\hooks\prepare-commit-msg.sample
文件 3610 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\hooks\update.sample
文件 2203 2018-02-24 16:45 SpringBoot15_10-velocity2\.git\index
目录 0 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\info\
文件 240 2018-02-24 16:44 SpringBoot15_10-velocity2\.git\info\exclude
目录 0 2018-02-24 16:45 SpringBoot15_10-velocity2\.git\logs\
文件 158 2018-02-24 16:45 SpringBoot15_10-velocity2\.git\logs\HEAD
目录 0 2018-02-24 16:45 SpringBoot15_10-velocity2\.git\logs\refs\
............此处省略206个文件信息
相关资源
- SpringBoot+SSM三个框架
- 尚硅谷SpringBoot核心技术篇
- alipay支付Demo-springboot整合版
- springboot入门视频代码教材资源.txt
- springboot 登录注册
- springboot微信点餐视频源码全.txt
- springboot+CXF发布webservice接口
- toutiao_第二次课代码 解决spring-boot兼容
- Springboot中ajax实现动态绑定省市区
- 2小时学会springboot源码
- SSM到SpringBoot从零开发校园商铺平台
- springboot开发的物业管理系统-毕业设计
- SpringBoot开发理财平台产品系统网盘地
- springboot2.0.4下的LCN
- 尚硅谷SpringBoot视频教程上核心技术篇
- Spring Boot+Vue全栈开发实战dpf,包含章
- SpringBoot+MongoDB+Echarts图表数据可视化
- guns全套资料
- SpringBoot集成Redis,Webservice,kafka,q
- 开发环境相关配置说明文档
- jsoup.rar 版本1.11.2 公司maven不下来
- SpringBoot OAuth2
- springboot+jdbc增删改查.zip
- SpringBoot实战教程亲测非常好百度网盘
- 企业付款到个人零钱的源码demo
-
Maven配置文件settings.xm
l - 尚硅谷18年最新SpringBoot培训视频自动
- maven-resources-plugin-2.4.3
- 基于maven的ssm框架的商品竞价小系统
- SpringBoot2.1.4+Mybatis+PageHelper整合
评论
共有 条评论