From fb7d68fc35f11905ece8a9d2e035f559fdc31544 Mon Sep 17 00:00:00 2001 From: tipikae Date: Sun, 6 Sep 2026 15:57:54 +0200 Subject: [PATCH] Add SpringBoot Generator to Code Generators Move the entry to README_SOURCE.md; README.md is generated. Drop the manual commercial badge, per CONTRIBUTING.md. --- README_SOURCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_SOURCE.md b/README_SOURCE.md index 12ab52b4..434bacd3 100644 --- a/README_SOURCE.md +++ b/README_SOURCE.md @@ -195,6 +195,7 @@ _Tools that generate patterns for repetitive code in order to reduce verbosity a - [Lombok](https://github.com/projectlombok/lombok) - Code generator that aims to reduce verbosity. - [Record-Builder](https://github.com/Randgalt/record-builder) - Companion builder class, withers and templates for Java records. - [Spring CRUD Generator](https://github.com/mzivkovicdev/spring-crud-generator) - Maven plugin for generating Spring Boot CRUD applications from YAML/JSON specifications. +- [SpringBoot Generator](https://www.springboot-generator.com) - Browser-based generator producing a Spring Boot CRUD REST API and an optional Angular or React frontend as separately deployable projects, including n-ary association entities. Commercial with a free tier. - [Telosys](https://www.telosys.org/) - Java code-generation toolkit with a CLI and model-driven template engine. ### Compiler-compiler