Home > Java > javaTutorial > body text

No need to write code, one-click generation of backend management system is open source!

Release: 2023-07-26 14:27:25
forward
1183 people have browsed it

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.7Version

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

  1. Use git to download this project

    https://gitee.com/xqnode/x-admin.git

    Or download the zip and unzip it directly

    No need to write code, one-click generation of backend management system is open source!
    Download zip
  2. Use idea to open the x-admin folder and import the project

  3. Configure maven , download project dependencies

    No need to write code, one-click generation of backend management system is open source!
  4. Create a new database x-admin, execute x-admin.sql

    No need to write code, one-click generation of backend management system is open source!
  5. Modify the database password in application.yml

    No need to write code, one-click generation of backend management system is open source!
  6. ##After the download of project dependencies is completed, run Application directly and start SpringBoot

    No need to write code, one-click generation of backend management system is open source!
  7. Running effect

    No need to write code, one-click generation of backend management system is open source!

? Instructions for use

  1. Login page Please visit: http://localhost:9999/page/end/login.html
  2. Account: admin, Password: admin

? Interface screenshot

Login

No need to write code, one-click generation of backend management system is open source!

Registration

No need to write code, one-click generation of backend management system is open source!

Project Homepage

No need to write code, one-click generation of backend management system is open source!

User Management

No need to write code, one-click generation of backend management system is open source!

Role Management

No need to write code, one-click generation of backend management system is open source!

Menu Management

No need to write code, one-click generation of backend management system is open source!

Announcement Management

No need to write code, one-click generation of backend management system is open source!

Log management

No need to write code, one-click generation of backend management system is open source!

Online message (hidden by default)

No need to write code, one-click generation of backend management system is open source!

Personal information page

No need to write code, one-click generation of backend management system is open source!

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!

Related labels:
source:Java学习指南
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template