This article isVideo version, please be informed that


Project introduction

Project source: gitee.com/chenlinSir/…

Difficulty level: Easy

Cloud auto repair background management system based on JSP+Servlet+Jdbc. Involve less technology, easy to understand, suitable for JavaWeb beginners to learn to use.

Difficulty level: Easy

Technology stack

The editor

The Eclipse Version: 2019-12 (4.14.0)

The front-end technology

Basic: HTML + CSS +JavaScript framework: JQuery+ Layui

The back-end technology

Jsp+Servlet database: mysql 5.7.27 JDK version: 1.8.0_181 Tomcat version: 8.5.34

Run locally

Preparing the Eclipse Environment

1. Eclipse added JDK 2. Eclipse added Tomcat

Import the project

  1. Download the zip file and decompress it or install Git and run the clone command
git clone https://gitee.com/chenlinSir/CloudDemo-servlet.git
Copy the code
  1. Use Eclipse to open the project and configure the JDK, Tomcat, and the required JAR packages. The jar packages that the project depends on are in the WebContent/WEB-INF/lib folder.
  2. Copy the clouddermos. SQL file and paste it into Navicat to run.
  3. Modify database related content in the com.cloud.util.Conn class.
  4. Published to tomcat, the http://localhost:8080/CloudDermos home page. Initial account: admain Initial password: 123456

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
  • Note the changes to the database related content in the com.cloud.util.conn 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

  • Most complete knowledge of Redis basics