This article isVideo version, please be informed that


Project introduction

Project source: gitee.com/nanpingping…

The sharing personal blog system, simple atmosphere interface, complete functions, is a rare easy system, very suitable for graduation design or curriculum design.

This system is based on JSP+Servlet+JDBC+Mysql. Involve less technology, easy to understand, suitable for JavaWeb beginners to learn to use.

Difficulty level: Easy

Technology stack

The editor

IntelliJ IDEA 2019.1.1 (Ultimate Edition)

The front-end technology

Basis: HTML + CSS + JavaScript

Framework: the BootStrap + JQuery

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

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

https://gitee.com/nanpingping/jsp-blog.git
Copy the code

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

3. Open Navicat For Mysql, create blog database, copy blog. SQL file content to run.

4. Modify the contents related to the database in jdbc.properties.

5. Publish the information to Tomcat. For details, visit the tomcat configuration link. If the information is not modified, http://localhost:8080/ is the home page. http://localhost:8080/login.html for console page. There is no initial account in the system. You can add a user to the user table.

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.
  • Modify the database-related content in jdbc.properties.
  • There is no initial account in the system. You can add a user to the user table.

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

  • JSP+Servlet+JDBC+DBCP2 to achieve online book buying system
  • JSP+Servlet+JDBC implementation shine online book city
  • JSP+Servlet+JDBC cloud auto repair background management system
  • JSP+Servlet+JDBC implementation of student information management system