From 0d33471531e8d32f8ee84b10c522d8f4baf63e62 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Sat, 23 Mar 2019 21:09:00 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20spring-boot-demo-codegen=20?= =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-demo-codegen/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spring-boot-demo-codegen/README.md diff --git a/spring-boot-demo-codegen/README.md b/spring-boot-demo-codegen/README.md new file mode 100644 index 0000000..5452f24 --- /dev/null +++ b/spring-boot-demo-codegen/README.md @@ -0,0 +1,3 @@ +# spring-boot-demo-codegen + +> 此 demo 主要演示了 Spring Boot 使用模板生成代码,并提供前端页面,可生成 Entity/Mapper/Service/Controller 等代码。 \ No newline at end of file