当前位置:网站首页>Management system of College Students' associations based on SSM
Management system of College Students' associations based on SSM
2022-06-11 03:46:00 【Coding passerby King】
One 、 be based on SSM+Mysql College student association management system
1.1 Description of project
development language :Java8
database :Mysql5
The front-end technology :bootstrap
Back end framework :Spring SpringMVC Mybatis 【ORM javabean – Database table entity 】
Database connection pool : Druid 【JDBC 1 2 3 4 5 】
The server :Tomcat,SSM SHH【 Deploy yourself 】
development tool :Eclipse Navicat Maven
Code design :MVC HTTP-----> Controlller----->service------>dao【Model】
get post delete put
Source code + database :https://download.csdn.net/download/wyn_365/85414756
1.2 Project details
1. Sign in 【 Regular expressions 】
user name :
password :
Verification Code :
1.HTTP Address :post[form] ----Controller
2. First, verify whether the code is correct ?
3. Check the database after passing
4. Query whether the database has this user ?
2. register
1. Inspection data format
2. Determine whether the two passwords are the same
3.form Submit to background Controller
4. Insert database
3. Show all the information , With conditional query and paging data
Main page request :http: /patient/listByPatientName
Program :@RequestMapping(“/patient/listByPatientName”)
SQL: select * from gangwei like % % ;pagehelper;
**4. Inquire about
http: id ------ |detail(${patient.getBaseId()})| ----- “/patient/info/”
Program :patient/info/
SQL: select * from paient where id = ? Relational query 【 full name 】
5. Turn to complete
http /patient/addCure
6. Modify the information
1.slect * from paitent where id = 1
edit(${patient.getBaseId()
/patient/update/ service.findById(id); patientUpdate
2.update paient set name = “” where id = 1
patient/updatePatient
@Update("update patient set symptoms=#{symptoms},hospital=#{hospital},critical=#{critical},infectionSource=#{infectionSource},onsetDate=#{onsetDate},note=#{note} where baseId=#{baseId}")
7. history , Add information
/patient/addTest
@Insert("insert into inspect(baseId,testDate,ctTest,nuTest)values(#{baseId},#{testDate},#{ctTest},#{nuTest})")
8. Realization
1.3 Project summary
1. First, see where the front desk sends the request http url:
2. backstage :controller The mapping path
3. Parser service 【 Encapsulated parameters , Return value 】
4.dao Method
5.SQL:





边栏推荐
猜你喜欢

1_ Attribute management function

regular expression

Xu Li 618, how can Suning fight this hard battle?

MAUI 迁移指南

开源项目 英雄联盟 之WPF

Solution to the problem of gd32f4 serial port DMA reception

How to improve the efficiency of regression testing

Large factory outsourcing or self research company? How to choose a job for a tester?
![[elt.zip] openharmony paper Club - Data high-throughput lossless compression scheme](/img/ed/4862c937f2d50bcf5d977527a143a6.png)
[elt.zip] openharmony paper Club - Data high-throughput lossless compression scheme

JMeter piezometric interface programming North
随机推荐
Integrated MP code generator
SQL查询连续三天登录的用户
Canvas rotation drawing H5 animation JS effect
实现发布订阅模式-----手撕js系列
CheckBox美化按钮选中样式
RequestContextHolder
C. Jump and Treasure(dp + 单调队列优化)
Brew source change
Iqoo 8 measured hands-on experience: return of the king, never high profile
Canvas+svg line particle animation web page background
大厂外包or自研公司?测试人找工作怎么选?
SSL interaction process
Go failing - expected ‘package‘, found ‘EOF‘
Oppo K9 tests "bundling sales" and consumers "earn" or "lose"?
Comparison of four delivery modes of Message Oriented Middleware
Exam item management system based on SSM
Xu Li 618, how can Suning fight this hard battle?
Image scaling with aspect ratio preserving by opencv
Shopping and retail backstage management system of chain supermarket based on SSM framework
WEB上传文件预览