当前位置:网站首页>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";
}






边栏推荐
- LevelDB源码分析之LRU Cache
- 2/15 (awk, awk conditions, awk processing design can perform additional tasks, and use awk array +for loop to realize advanced search)
- CentOS 7使用yum安装PHP7.0
- How to create a progress bar that changes color according to progress
- Use and principle of wait notify
- HDU - 1024 Max Sum Plus Plus(DP)
- Global and Chinese market of solder wire 2022-2028: Research Report on technology, participants, trends, market size and share
- 智慧运维:基于 BIM 技术的可视化管理系统
- 导电滑环短路的原因以及应对措施
- Spanner 论文小结
猜你喜欢

Chapitre d'apprentissage mongodb: Introduction à la première leçon après l'installation

Set集合详细讲解

【QT】qt加减乘除之后,保留小数点后两位

Actual combat: gateway api-2022.2.13

el-cascader回显失败;el-cascader回显不出来

提高企业产品交付效率系列(1)—— 企业应用一键安装和升级

轻松上手Fluentd,结合 Rainbond 插件市场,日志收集更快捷

Deeply understand the underlying implementation principle of countdownlatch in concurrent programming

複制寶貝提示材質不能為空,如何解决?

Detailed explanation of set
随机推荐
Flowable source code comment (XXXIX) task listener
Use and principle of wait notify
Day 05 - file operation function
Mongodb学习篇:安装后的入门第一课
Thread process foundation of JUC
Design and application of immutable classes
基于TI DRV8424驱动步进电机实现调速和行程控制
Printk debugging summary
Rust基础入门之变量绑定与解构
Application of industrial conductive slip ring
Ebpf cilium practice (2) - underlying network observability
Flutter can refresh data every time the interface comes in
担心侵权?必备无版权素材网站分享,不用担心视频剪辑缺素材
Numeric amount plus comma; JS two methods of adding three digits and a comma to numbers; JS data formatting
How to select conductive slip ring material
[Yugong series] February 2022 Net architecture class 005 ABP vNext Net core web application getting started configuration
Global and Chinese markets of InGaAs APD arrays 2022-2028: Research Report on technology, participants, trends, market size and share
Memtable for leveldb source code analysis
使用 Nocalhost 开发 Rainbond 上的微服务应用
Software intelligence: the "world" and "boundary" of AI sentient beings in AAAs system