Project introduction

Project Source:
https://gitee.com/liu_xu111/javaSSH

This system is based on JSP+SSH+ MYSQL. The use of SSH has gradually been replaced by SSM in modern development, but that doesn’t mean we don’t need to learn SSH. The system is very simple and can be used as a starter project for SSH framework beginners.

Difficulty level: Medium

Technology stack

The editor

The Eclipse Version: 2019-12 (4.14.0)

The front-end technology

Basis: HTML + CSS + JavaScript

Frame: no

The back-end technology

SSH (struts 2 + spring + hibernate)

Database: MySQL 5.7.27 (for personal testing)

JDK version: 1.8.0_181 (for personal testing)

Tomcat version: 8.5.34 (for personal testing)

Run locally

Eclipse environment preparation

1. The eclipse new JDK

2. New tomcat eclipse

Import the project

If in doubt, please check
Video version.

1. Download zip directly decompress or install git after executing the clone command

git clone https://gitee.com/liu_xu111/javaSSH.git

2. Unzip xscjmanage.zip, open the project using Eclipse, configure the JDK, Tomcat, and the required JAR packages. The JAR packages on which the project depends are in the WebRoot/ web-inf /lib folder.

3. Open Navicat For MySQL, create XSCJ database, copy the contents of WebrootWeb-INFXSCJ. SQL, paste into Navicat to run.

4. Modify the WebRootWEB – INFapplicationContext. The content of the XML database related.

5. Release to tomcat, specific access link to see the tomcat configuration, if not modify the http://localhost:8080/xscjManage home page. Initial student number: 123 Initial password: 123

Pay attention to

  • This project does not declare the MySQL, JDK, Tomcat version, the above version number is the personal test version.
  • Pay attention to modify WebRootWEB – INFapplicationContext. The content of the XML database related.

Project screenshots













The statement

  • This project is collected from Gitee, and I just want to explain the techniques, points of attention and ways to start it, so as to help you learn and communicate.
  • If the project cannot be downloaded through the Gitee address or cannot work properly, you can send me a private message and I will help you free of charge.

Recommended reading

  • JSP+Servlet+JDBC+DBCP2 to achieve online book system
  • JSP+Servlet+JDBC implementation of Shine online book city
  • JSP+Servlet+JDBC cloud auto repair background management system
  • JSP+Servlet+JDBC implementation of student information management system
  • JSP+Servlet+C3P0+ MySQL to achieve YCU movies website
  • JSP+Servlet+C3P0+ MYSQL library management system

This has been included in the individual making warehouse https://github.com/coderzcr/JavaWeb-Project-Source-Share, welcome to the Star.