From 50a189635ec1494dafaf7f32470cb323c7aa8454 Mon Sep 17 00:00:00 2001 From: tleipzig Date: Tue, 25 May 2021 08:48:31 +0200 Subject: [PATCH] Add bootify (#932) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 907f447..4dd0ae8 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ _Tools that generate patterns for repetitive code in order to reduce verbosity a - [ADT4J](https://github.com/sviperll/adt4j) - JSR-269 code generator for algebraic data types. - [Auto](https://github.com/google/auto) - Generates factory, service, and value classes. +- [Bootify ![c]](https://bootify.io) - Browser-based Spring Boot app generation with JPA model and REST API. - [FreeBuilder](https://github.com/inferred/FreeBuilder) - Automatically generates the Builder pattern. - [Immutables](https://immutables.github.io) - Annotation processors to generate simple, safe and consistent value objects. - [JavaPoet](https://github.com/square/javapoet) - API to generate source files.