Project introduction

Project source: gitee.com/darlingzhan…

This system is based on Thymeleaf+SpringBoot+Mybatis. SSM is a very standard three framework (SpringBoot is a big framework, which contains a lot of things, among which Spring is the most core content, which also includes Spring MVC) family financial management system.

Difficulty level: Medium

Technology stack

The editor

IntelliJ IDEA 2019.1.1 (Ultimate Edition)

The front-end technology

Basis: HTML + CSS + JavaScript

Framework: Apache ECharts+JQuery+Layui

The back-end technology

SpringBoot 2.1.1. RELEASE

Template engine: Thymeleaf

Database: mysql 5.7.27 (personal test use)

JDK version: 1.8.0_181 (for personal testing)

Run locally

If in doubt, check out the video version.

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

git clone https://gitee.com/darlingzhangsh/graduation_project.git
Copy the code

2. Use IDEA to open the project and configure Maven and JDK.

3. Open Navicat For Mysql, create CWGL database and run SQL /cwgl.sql.

4. Modify the database-related content in application.yml.

5. Run com. Example. CWGL. CwglApplication, after the success of the operation, http://localhost:8080 for the login page.

The initial account of the system administrator is ZSH

The default password of the system administrator is ZSH

Pay attention to

  • This project does not declare the use version of mysql and JDK. The above version numbers are used for personal testing.
  • Notice how to modify the database-related content in application.yml.

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
  • JSP+Servlet+C3P0+Mysql implementation of YCU movies website
  • JSP+Servlet+C3P0+Mysql library management system

This article has been collected by personal GitHub warehouse github.com/coderzcr/Ja… Welcome Star.