Hello everyone, I am programmer Qingge
.
I have been busy doing computer graduation design recently, and then I uploaded a very interesting video on station B. It talks about a graduation design scaffolding that I made by myself. It can automatically generate code and include user permissions. Backend management system template for basic functions such as management.
Many friends tried it themselves after watching the video, and it really works! Many people even used this secondary development to complete their graduation projects, which is simply awesome! Mom no longer has to worry about me being cheated when I go shopping at a certain store!
The project has been closed source for a period of time. I have made some careful modifications and transformations. There are still many imperfections in the project as a whole, so I will continue to open source it. I hope everyone can give you good suggestions. I We will continue to work hard to improve the functions of this project to make it more convenient and convenient!
Open source address: https://gitee.com/xqnode/x-admin
Let me introduce my system and the installation and deployment tutorial.
Bishe Scaffolding Project, Ready to use, simple and convenient, specially designed for novices/users with difficulty in setting up, genuine products at a reasonable price, no bully
Automatically generate code, which can automatically generate the background add, delete, modify, query interface and front-end html code based on the database table. You can create a management system without writing code!
Currently, the system can automatically generate text boxes
, drop-down boxes (with data association) based on specific fields in the background database
, Date and date time controls
, Radio button
and other forms can generate file upload (the form can directly display pictures)
function, which is convenient and comfortable.
and! I also provide a large amount of source code for everyone to copy, the purpose is to quickly implement the function!
Java background: SpringBoot 2.1.0 Mybatis-plus hutool tool kit Apache poi
Front page :Vue2.0 ElementUI Jquery tinymce (rich text plug-in)
Database: Mysql5.7
Note: JDK selects version 1.8
, Mysql selects 5.7
Version
The front-end and back-end are separated, and the pages can be deployed separately. By default, they are placed in the static folder of the project and can be accessed together with the back-end project.
Use git to download this project
https://gitee.com/xqnode/x-admin.git
Or download the zip and unzip it directly
Use idea to open the x-admin folder and import the project
Configure maven , download project dependencies
Create a new database x-admin, execute x-admin.sql
Modify the database password in application.yml
Registration
Project Homepage
User Management
Role Management
Menu Management
Announcement Management
Log management
Online message (hidden by default)
Personal information page
The above is the detailed content of No need to write code, one-click generation of backend management system is open source!. For more information, please follow other related articles on the PHP Chinese website!