当前位置:网站首页>Configure automatic implementation of curd projects
Configure automatic implementation of curd projects
2022-04-23 03:12:00 【AutoCrud】
1、 Project introduction
By configuring data information ( Table name 、 Table field 、 Table Association )、 Display page ( List page 、 New page ) Information , The system automatically generates data according to the configuration information CRUD page .
2、 Technology Architecture
front end :vue+Ant Design
Back end :springcloud+nacos+mybatis+mysql
3、 System screenshot
1、 Configure database tables and fields .
2、 Data page configuration management .
Configure list query criteria and display fields .
Configuration add 、 The edit page displays the action fields
3、 On data CRUD operation .
版权声明
本文为[AutoCrud]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220628598185.html
边栏推荐
- Drawing polygons with < polygon / > circular array in SVG tag
- Middle and rear binary tree
- Tencent video VIP member, weekly card special price of 9 yuan! Tencent official direct charging, members take effect immediately!
- Mise en service PID du moteur de codage (anneau de vitesse | anneau de position | suivant)
- Fundamentals of software testing and development
- C WPF UI framework mahapps switching theme
- 【鉴权/授权】自定义一个身份认证Handler
- Maui initial experience: Cool
- C# 读写二进制文件
- MYSQL04_ Exercises corresponding to arithmetic, logic, bit, operator and operator
猜你喜欢
The most easy to understand dependency injection and control inversion
2022 P cylinder filling training test questions and simulation test
Laravel8- use JWT
[new version release] componentone added Net 6 and blazor platform control support
全网最全,接口自动化测试怎么做的?精通接口自动化测试详解
The backtracking of stack is used to solve the problem of "the longest absolute path of file"
2022t elevator repair test simulation 100 questions and online simulation test
.NET点滴:说说Middleware构造中获取不到Scoped服务的问题
TP5 customization in extend directory succeeded and failed. Return information
C read / write binary file
随机推荐
[Mysql] LEFT函数 | RIGHT函数
ASP.NET 6 中间件系列 - 自定义中间件类
C#语法糖空合并运算符【??】和空合并赋值运算符【 ??=】
Two methods are used to solve the "maximum palindrome product" problem
Using stack to solve the problem of "mini parser"
Tencent video VIP member, weekly card special price of 9 yuan! Tencent official direct charging, members take effect immediately!
TP5 where query one field is not equal to multiple values
If the deep replication of objects is realized through C #?
The whole network is the most complete. How to do interface automation test? Proficient in interface automation test details
LoadRunner - performance testing tool
全网最全,接口自动化测试怎么做的?精通接口自动化测试详解
利用正反遍历来解决“字符的最短距离”问题
MAUI初体验:爽
Use DFS to solve the problem of "number of dictionary rows"
A set of C interview questions about memory alignment. Many people make mistakes!
First in the binary tree
ASP.NET 6 中间件系列 - 执行顺序
The backtracking of stack is used to solve the problem of "the longest absolute path of file"
[MySQL] left Function | Right Function
《C语言程序设计》(谭浩强第五版) 第7章 用函数实现模块化程序设计 习题解析与答案