资源简介
基于https://blog.csdn.net/khxu666/article/details/79851070#commentBox,链接中,实现代码。
代码片段和文件信息
package com.controller;
import com.pojo.Paper;
import com.service.PaperService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import java.util.List;
/**
* Created by GYF-PC on 2019/4/25 22:47
*/
@Controller
@RequestMapping(“/paper“)
public class PaperController {
@Autowired
private PaperService paperService;
@RequestMapping(“/allPaper“)
public String list(Model model) {
List list = paperService.queryAllPaper();
model.addAttribute(“list“ list);
return “allPaper“;
}
@RequestMa
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-04-26 08:59 PaperSystem\.idea\
文件 544 2019-04-25 11:26 PaperSystem\.idea\compiler.xm
目录 0 2019-04-25 23:33 PaperSystem\.idea\dataSources\
文件 44560 2019-04-25 23:33 PaperSystem\.idea\dataSources\b522c408-18cd-4b16-8dcb-2d3448fdf82c.xm
文件 854 2019-04-25 23:36 PaperSystem\.idea\dataSources.local.xm
文件 907 2019-04-25 23:33 PaperSystem\.idea\dataSources.xm
文件 177 2019-04-25 11:38 PaperSystem\.idea\encodings.xm
文件 656 2019-04-25 11:28 PaperSystem\.idea\misc.xm
文件 52361 2019-04-26 08:59 PaperSystem\.idea\workspace.xm
文件 81 2019-04-25 11:26 PaperSystem\PaperSystem.iml
文件 6067 2019-04-25 23:08 PaperSystem\pom.xm
目录 0 2019-04-25 11:27 PaperSystem\src\
目录 0 2019-04-25 11:28 PaperSystem\src\main\
目录 0 2019-04-25 11:29 PaperSystem\src\main\java\
目录 0 2019-04-25 11:29 PaperSystem\src\main\java\com\
目录 0 2019-04-25 22:49 PaperSystem\src\main\java\com\controller\
文件 1762 2019-04-25 22:49 PaperSystem\src\main\java\com\controller\PaperController.java
目录 0 2019-04-25 23:17 PaperSystem\src\main\java\com\dao\
文件 332 2019-04-25 22:44 PaperSystem\src\main\java\com\dao\PaperDao.java
目录 0 2019-04-25 22:40 PaperSystem\src\main\java\com\pojo\
文件 820 2019-04-25 22:40 PaperSystem\src\main\java\com\pojo\Paper.java
目录 0 2019-04-25 23:03 PaperSystem\src\main\java\com\service\
目录 0 2019-04-25 23:03 PaperSystem\src\main\java\com\service\impl\
文件 883 2019-04-25 23:03 PaperSystem\src\main\java\com\service\impl\PaperServiceImpl.java
文件 345 2019-04-25 23:03 PaperSystem\src\main\java\com\service\PaperService.java
目录 0 2019-04-25 23:39 PaperSystem\src\main\resources\
文件 188 2019-04-25 23:39 PaperSystem\src\main\resources\jdbc.properties
文件 211 2019-04-25 22:53 PaperSystem\src\main\resources\log4j.properties
目录 0 2019-04-25 22:50 PaperSystem\src\main\resources\mapper\
文件 1348 2019-04-25 22:50 PaperSystem\src\main\resources\mapper\PaperMapper.xm
文件 678 2019-04-25 22:53 PaperSystem\src\main\resources\mybatis-config.xm
............此处省略15个文件信息
- 上一篇:C_1三次插值样条曲线曲面
- 下一篇:Fragment底部导航
相关资源
- MSSM中双光子共振的增强速率
- 很好用的网站前端页面爬取工具
- NetApp NetCache助HypoVereinsbank实现安全快
- 最新WebShell管理工具增强版3.0
- IBM日本和东京三菱银行基于Web服务开
- 软件工程Roger S.Pressman
- 基于web的图书馆运营系统
- AdminLTE完整版
- 使用delphi+intraweb进行微信开发1~4代码
- springboot+webflux+mongodb+freemarker
- eclipse、idea代码模板
- swift-swift版本的简易WKWebview浏览器带加
- duilib webkit内核浏览器控件
-
A web-ba
sed interview platform with geospat - WebSphere MQ工作原理
- IBM Websphere MQ 教程之备份与恢复
- 通过IBM WebSphere技术Intrix解决方案中已
- 在质子-质子碰撞中搜索衰变为μM的
- 海康摄像头+web3.0开发包SDK的demo
- 2018 传智播客 黑马 web前端视频
- MyBatis plugin 3.155 (最新版)
- 快速搭建嵌入式Web服务器.pdf
- 戴尔Inspiron笔记本 摄像头工具webcam
- 字符串连接:来自字符串的类似于M
- ssm水果商城系统.zip
- 非常好整合的web后台框架 功能十分强
- CSS权威指南中文第三版高清完整.pdf版
- hackbar.rar
- Web Scraper 爬虫 网页抓取 Chrome插件
- Web大作业 童叟无欺
评论
共有 条评论