This article isVideo version, please be informed that


Project introduction

Project source: gitee.com/liu_xu111/J…

This time, I share a student management system. I feel that this is the topic most chosen by programmers in their graduation project and course design in university, including me, of course.

JSP+Servlet+Jdbc
JavaWeb beginners

Difficulty level: Easy

Technology stack

The editor

The Eclipse Version: 2019-12 (4.14.0)

The front-end technology

Basis: HTML + CSS + JavaScript

+ EasyUI framework: H – UI

The back-end technology

Jsp+Servlet

Database: mysql 5.7.27 (personal test use)

JDK version: 1.8.0_181 (for personal testing)

Tomcat Version: 8.5.34 (For personal testing)

Run locally

Preparing the Eclipse Environment

1. The eclipse new JDK

2. New tomcat eclipse

Import the project

1. Download the zip file and decompress it or install Git and run the clone command

git clone https://gitee.com/liu_xu111/JavaWeb01.git
Copy the code

2. Use Eclipse to open the project and configure JDK, Tomcat, and the required JAR packages. The jar packages that the project depends on are in the WebContent/WEB-INF/lib folder.

3. Open the Navicat For Mysql, create db_student_manager_web database, reproduction com. Ischoolbar. Programmer. The db_student_manager_web. SQL file content in the operation.

4. Modify the com. Ischoolbar. Programmer. DbUtil class database related content.

5. Release to tomcat, http://localhost:8080/StudentManagerWeb for the login page.

Instructor initial account: admin Initial password: admin

Other accounts can be created by the instructor

Pay attention to

  • This project does not declare the use version of mysql, JDK and Tomcat. The above version numbers are used for personal testing
  • Pay attention to modify the com. Ischoolbar. Programmer. DbUti database related contents in the class

Project screenshots

The statement

  • This project is collected from Gitee. I just explain the use of technology, attention points and start-up methods to help everyone learn and communicate.
  • If the project cannot be downloaded through gitee address or cannot run normally, please send me a private message and I will provide free assistance.

Recommended reading

  • Project sharing JSP+Servlet+JDBC+DBCP2 to achieve online book buying system
  • Project to share JSP+Servlet+JDBC implementation shine online book city
  • The project shares the cloud auto repair background management system implemented by JSP+Servlet+JDBC