From d6e9e90f90ae2cf77a794fae9d95671084bdb1de Mon Sep 17 00:00:00 2001 From: tipikae Date: Wed, 5 Aug 2026 11:32:37 +0200 Subject: [PATCH] Add SpringBoot Generator to Code Generators --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a3f93389..46d82bf6 100644 --- a/README.md +++ b/README.md @@ -331,6 +331,8 @@ _Tools that generate patterns for repetitive code in order to reduce verbosity a > **[Spring CRUD Generator](https://github.com/mzivkovicdev/spring-crud-generator)** ★ 38 Apache-2.0 🟢
Maven plugin for generating Spring Boot CRUD applications from YAML/JSON specifications. +> **[SpringBoot Generator ![c]](https://www.springboot-generator.com)** - Browser-based generator for Spring Boot CRUD REST APIs from a visual schema, producing the backend and an optional Angular or React frontend as separately deployable projects, with n-ary association entities. + > **[Telosys](https://www.telosys.org/)** ★ 212 LGPL-3.0 🟠
Java code-generation toolkit with a CLI and model-driven template engine.