


No need to write code, one-click generation of backend management system is open source!
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 x-admin
? Introduction
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
? Core functions
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!
? Software architecture
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.
? Installation tutorial
Use git to download this project
https://gitee.com/xqnode/x-admin.git
Or download the zip and unzip it directly
Download zip 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
-
##After the download of project dependencies is completed, run Application directly and start SpringBoot Running effect
- Login page Please visit: http://localhost:9999/page/end/login.html
- Account: admin, Password: admin
Login
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!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

A good website cannot just look at its appearance. The background of the website is also very important. This article will share with you 10 beautiful and practical Bootstrap backend management system templates, which can help you quickly build a powerful and beautiful website backend. Welcome to download and use! If you want to get more back-end templates, please pay attention to the back-end template column of php Chinese website!

We give you 12 beautiful open source backend management systems in one package. They are all free and open source and very easy to use. You can rely on them to receive orders.

In today's Internet era, a website that is loved by users must have a simple and clear front-end interface and a powerful back-end management system, and the PHP framework CodeIgniter is an excellent framework that allows developers to quickly build a back-end management system. CodeIgniter has the characteristics of lightweight, high efficiency, and easy expansion. This article will be aimed at beginners and explain in detail how to quickly build a backend management system through this framework. 1. Installation and configuration Installation of PHPCodeIgniter is a PHP-based

How to use React to develop a responsive backend management system. With the rapid development of the Internet, more and more companies and organizations need an efficient, flexible, and easy-to-manage backend management system to handle daily operations. As one of the most popular JavaScript libraries currently, React provides a concise, efficient and maintainable way to build user interfaces. This article will introduce how to use React to develop a responsive backend management system and give specific code examples. Create a React project first

How to use the Layui framework to develop a back-end management system that supports multi-level menus. Layui is a lightweight front-end UI framework with rich components and concise syntax, which is very suitable for the development of back-end management systems. In this article, we will introduce how to use the Layui framework to develop a backend management system that supports multi-level menus, and provide specific code examples. First, we need to introduce the Layui framework into the project. Layui can be introduced by directly downloading the source files or using CDN. Next,

Django is a popular web application development framework with a rich set of components and tools that can simplify and speed up the web application development process. Among them, the background management system in Django is an important component. It provides a powerful management interface that allows us to easily manage the data of our applications, including creation, modification, deletion, query and other operations. It also Provides many extended functionality. In this article we will cover how to create a simple backend in Django

Vue is an efficient JavaScript framework for building single-page applications. It is widely used in the development of web applications, including backend management systems. If you are looking for an elegant way to build a backend management system, Vue is a good choice. In this article, we will introduce how to use Vue to build an elegant backend management system. Design your backend management system Before starting development, you need to design your backend management system. This includes designing page layout, components, functionality and user interface

Automatically generate code, which can automatically generate the background addition, deletion, modification, and query interface and the front-end html code based on the database table. You can create a management system without writing code!
