-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/BrookYuGit/sdp
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# sdp | ||
# SDP | ||
SQL-driven programming | ||
|
||
The SDP is a tool for generate source code, which base on SpringBoot and Mybatis. | ||
|
||
The backend of SDP based on Mybatis generator plugin https://github.com/mybatis/generator. | ||
The front end of SDP based on https://github.com/chuzhixin/vue-admin-beautiful-pro. | ||
|
||
# SDP template language | ||
SDP use template to generate source file. | ||
The tempalate is very simple: without IF, without for. Only support two style:block and element. | ||
The block is just like {*xxx}, and the element just like {yyy}. | ||
Block is asa 'FOR' in other source code generate tool. |