当前位置:网站首页>College community management system based on boot+jsp (with source code download link)
College community management system based on boot+jsp (with source code download link)
2022-07-01 05:34:00 【Code garden of Azhou】
Technology Architecture :springboot+jsp+mysql
The system is mainly divided into three types of user roles , Different roles have different functions :
Backstage Administrator
Personal center ( Personal information modification , Password change )
List of recent activities
User management
Community management
Audit management
News management
President of the Association
Personal center
Activity list
Activity application
User management
General social groups
Apply to create a club
Join a club
Personal center
List of club activities
@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";
}
边栏推荐
- QT waiting box production
- vsCode函数注解/文件头部注解快捷键
- 新手在挖财开通证券账户安全吗?
- 云原生存储解决方案Rook-Ceph与Rainbond结合的实践
- Usage and principle of synchronized
- Unit testing with mongodb
- C WPF uses dockpanel to realize screenshot box
- Series of improving enterprise product delivery efficiency (1) -- one click installation and upgrade of enterprise applications
- Simple implementation of database connection pool
- More than one file was found with OS independent path ‘lib/armeabi-v7a/libyuv. so‘.
猜你喜欢
Thread process foundation of JUC
Txncoordsender of cockroachdb distributed transaction source code analysis
Fluentd is easy to use. Combined with the rainbow plug-in market, log collection is faster
基于TI DRV8424驱动步进电机实现调速和行程控制
如何创建一个根据进度改变颜色的进度条
Speed regulation and stroke control based on Ti drv8424 driving stepper motor
Lock free concurrency of JUC (leguan lock)
Numeric amount plus comma; JS two methods of adding three digits and a comma to numbers; JS data formatting
Detailed explanation of set
TypeORM 框架
随机推荐
[SRS] use of Vhost isolated stream: push / pull Stream Address
Some common commands of podman
Introduction to 3D modeling and processing software Liu Ligang University of science and technology of China
Mongodb学习篇:安装后的入门第一课
提高企业产品交付效率系列(1)—— 企业应用一键安装和升级
Mathematical knowledge: finding the number of divisors
Tar command
Common solutions for mobile terminals
printk 调试总结
Go learning notes (5) basic types and declarations (4)
QT waiting box production
云原生存储解决方案Rook-Ceph与Rainbond结合的实践
Txncoordsender of cockroachdb distributed transaction source code analysis
QDataStream的简单读写验证
Introduction of 3D Modeling and Processing Software Liu Ligang, Chinese University of Science and Technology
Explanation of characteristics of hydraulic slip ring
More than one file was found with OS independent path ‘lib/armeabi-v7a/libyuv. so‘.
One click deployment of highly available emqx clusters in rainbow
Use and principle of reentrantlock
数据治理:元数据管理实施(第四篇)