Admin System Back-end.
These instructions will get you a copy of the project up and running on your local machine for development.
Software/Package version this project used:
JDK == 1.8
SpringBoot == 2.7.6
Maven == 4.0.0
Redis == 3.2.100
MySQL == 5.7.44
Clone the project and open it with IDEA
# clone the project
git clone https://github.com/DavidZhang0710/x-admin-web.git
Here you have a project ready to run.
First you need to set up the configuration in src\main\resources\application.yml, and make sure the ports of database or Redis are yours.
Then you can use IDEA to run the project.
I also develop a complete system based on this back-end project and a front-end project. For more information, see in the branch project.
- Spring Boot - The back-end framework used
- Maven - Dependency Management
- Mybatis - Used to bind SQL statements
- Redis - Used to cache data in database
This project is licensed under the MIT License - see the LICENSE file for details