From 70db5ca9824f8652f4e9134087960456fd5a5e91 Mon Sep 17 00:00:00 2001 From: Brook yu <34622536+BrookYuGit@users.noreply.github.com> Date: Thu, 4 Nov 2021 09:03:47 +0800 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7301989..772e6d5 100644 --- a/README.md +++ b/README.md @@ -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.