当前位置:网站首页>boot+jsp的高校社团管理系统(附源码下载链接)
boot+jsp的高校社团管理系统(附源码下载链接)
2022-07-01 05:30:00 【azhou的代码园】
技术架构:springboot+jsp+mysql
本系统主要分为三类用户角色,不同的角色拥有不同的功能:
后台管理员
个人中心(个人信息修改,密码修改)
近期活动列表
用户管理
社团管理
审核管理
新闻管理
协会会长
个人中心
活动列表
活动申请
用户管理
普通社团人群
申请创建社团
加入社团
个人中心
社团活动列表
@RequestMapping("/addNews")
public ModelAndView addNews(String title,String description){
String createTime = new SimpleDateFormat("yyyy-MM-dd").format(new Date());
newsService.addNews(title,description,createTime);
ModelAndView mv = new ModelAndView();
mv.setViewName("forward:newsManage");
return mv;
}
@RequestMapping("/deleteNews")
public ModelAndView actApplyRefuse(@RequestParam(name = "id", required = true) int id) {
newsService.deleteNews(id);
ModelAndView mv = new ModelAndView();
mv.setViewName("forward:newsManage");
return mv;
}
@RequestMapping("/toNewsModify")
public String toNewsModify(int id,HttpServletRequest httpServletRequest){
httpServletRequest.setAttribute("news",newsService.findNewsById(id));
return "jsp/manage/news_modify";
}






边栏推荐
- Unity项目心得总结
- 3D建模与处理软件简介 刘利刚 中国科技大学
- 新手在挖财开通证券账户安全吗?
- Unity 使用Sqlite
- Global and Chinese market of 3D design and modeling software 2022-2028: Research Report on technology, participants, trends, market size and share
- What things you didn't understand when you were a child and didn't understand until you grew up?
- 0xc000007b the application cannot start the solution normally (the pro test is valid)
- 如何开始学剪辑?零基础详细解析
- Tar command
- Global and Chinese markets for soft ferrite cores 2022-2028: Research Report on technology, participants, trends, market size and share
猜你喜欢

El cascade echo failed; El cascader does not echo

Data consistency between redis and database

How to create a progress bar that changes color according to progress

Actual combat: basic use of Redux

Cockroachdb: the resistant geo distributed SQL database paper reading notes

Redis database deployment and common commands

LevelDB源码分析之LRU Cache

Mongodb學習篇:安裝後的入門第一課

Typeorm framework

Memtable for leveldb source code analysis
随机推荐
如何创建一个根据进度改变颜色的进度条
导电滑环使用的注意事项
Understand several related problems in JVM - JVM memory layout, class loading mechanism, garbage collection
busybox生成的东西
Mongodb學習篇:安裝後的入門第一課
Global and Chinese markets of superconductor 2022-2028: Research Report on technology, participants, trends, market size and share
多表操作-外键级联操作
Vérification simple de la lecture et de l'écriture de qdatastream
提高企业产品交付效率系列(1)—— 企业应用一键安装和升级
How to start learning editing? Detailed analysis of zero basis
Worried about infringement? Must share copyrightless materials on the website. Don't worry about the lack of materials for video clips
Redis database deployment and common commands
QDataStream的简单读写验证
[RootersCTF2019]babyWeb
Causes of short circuit of conductive slip ring and Countermeasures
0xc000007b the application cannot start the solution normally (the pro test is valid)
What things you didn't understand when you were a child and didn't understand until you grew up?
Rust hello-word
Speed regulation and stroke control based on Ti drv8424 driving stepper motor
数字金额加逗号;js给数字加三位一逗号间隔的两种方法;js数据格式化