当前位置:网站首页>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";
}
边栏推荐
- 如何选择导电滑环材料
- Global and Chinese markets of InGaAs APD arrays 2022-2028: Research Report on technology, participants, trends, market size and share
- How to select conductive slip ring material
- 0xc000007b应用程序无法正常启动解决方案(亲测有效)
- C# wpf 使用DockPanel实现截屏框
- Receiving package install and uninstall events
- 在Rainbond中一键部署高可用 EMQX 集群
- [RootersCTF2019]babyWeb
- C WPF uses dockpanel to realize screenshot box
- 积分商城游戏能够给商家带来什么?怎么搭建积分商城?
猜你喜欢
C# wpf 使用DockPanel实现截屏框
工业导电滑环的应用
CockroachDB 分布式事务源码分析之 TxnCoordSender
Summary of spanner's paper
Redis database deployment and common commands
Typeorm framework
Intelligent operation and maintenance: visual management system based on BIM Technology
busybox生成的东西
JDBC常见面试题
0xc000007b the application cannot start the solution normally (the pro test is valid)
随机推荐
CockroachDB 分布式事务源码分析之 TxnCoordSender
Daily code 300 lines learning notes day 11
tese_Time_2h
Detailed explanation of set
云原生存储解决方案Rook-Ceph与Rainbond结合的实践
QDataStream的簡單讀寫驗證
积分商城游戏能够给商家带来什么?怎么搭建积分商城?
Data consistency between redis and database
How to select conductive slip ring material
el-form表单新增表单项动态校验;el-form校验动态表单v-if不生效;
JDBC common interview questions
What things you didn't understand when you were a child and didn't understand until you grew up?
了解 JVM 中几个相关问题 — JVM 内存布局、类加载机制、垃圾回收
Software intelligence: the "world" and "boundary" of AI sentient beings in AAAs system
Thread process foundation of JUC
C WPF uses dockpanel to realize screenshot box
Tar command
Ebpf cilium practice (2) - underlying network observability
Web Security (IX) what is JWT?
Common solutions for mobile terminals