From fe8658d3ef19d41059e3bf9cb816ad63f690946d Mon Sep 17 00:00:00 2001 From: Gohar01 Date: Mon, 14 Sep 2026 19:23:30 +0500 Subject: [PATCH 1/3] Add DevOpsForge to Code Generators A free browser-based visual tool to generate multi-stage Dockerfiles and Docker Compose configurations optimized for Spring Boot applications. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dbfda044..0d7099cc 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,8 @@ _Tools that generate patterns for repetitive code in order to reduce verbosity a > **[CRUDGen](https://github.com/bariskokulu/CRUDGen)** ★ 12 Apache-2.0 🟢
Compile-time annotation processor generating CRUD layers, DTOs, JSON Patch, and custom HTTP endpoints for Spring Boot. +> **[DevOpsForge](https://devops-config-generator.vercel.app/springboot-docker-compose.html)**
Browser-based visual Docker Compose and multi-stage Dockerfile generator for Spring Boot, PostgreSQL, and Caddy. + > **[EasyEntityToDTO](https://github.com/Marcel091004/EasyEntityToDTO)** ★ 11 MIT 🟠
Annotation processor for automatic DTO and Mapper generation with zero boilerplate. > **[Geci](https://github.com/verhas/javageci)** ★ 138 Apache-2.0 🟠
Discovers files that need generated code, updates automatically and writes to the source with a convenient API. From 759693298752d96232b5ef5588b9a37571410ce3 Mon Sep 17 00:00:00 2001 From: Gohar01 Date: Mon, 14 Sep 2026 19:37:00 +0500 Subject: [PATCH 2/3] Add DevOpsForge to Code Generators Add DevOpsForge under Code Generators in README_SOURCE.md --- README_SOURCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_SOURCE.md b/README_SOURCE.md index 12ab52b4..da6ffc3b 100644 --- a/README_SOURCE.md +++ b/README_SOURCE.md @@ -183,6 +183,7 @@ _Tools that generate patterns for repetitive code in order to reduce verbosity a - [Bootify](https://bootify.io) - Browser-based Spring Boot app generation with JPA model and REST API. - [Chocotea](https://github.com/cleopatra27/chocotea) - Generates postman collection, environment and integration tests from java code. - [CRUDGen](https://github.com/bariskokulu/CRUDGen) - Compile-time annotation processor generating CRUD layers, DTOs, JSON Patch, and custom HTTP endpoints for Spring Boot. +- [DevOpsForge](https://devops-config-generator.vercel.app/springboot-docker-compose.html) - Browser-based visual Docker Compose and multi-stage Dockerfile generator for Spring Boot, PostgreSQL, and Caddy. - [EasyEntityToDTO](https://github.com/Marcel091004/EasyEntityToDTO) - Annotation processor for automatic DTO and Mapper generation with zero boilerplate. - [Geci](https://github.com/verhas/javageci) - Discovers files that need generated code, updates automatically and writes to the source with a convenient API. - [Immutables](https://github.com/immutables/immutables) - Annotation processors to generate simple, safe and consistent value objects. From 0318b0a4b13ee62c77cc7c586beeb08d7a1d0a3a Mon Sep 17 00:00:00 2001 From: Gohar01 Date: Mon, 14 Sep 2026 20:37:02 +0500 Subject: [PATCH 3/3] Revert direct edits to generated README.md Removed DevOpsForge project entry from the README. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0d7099cc..dbfda044 100644 --- a/README.md +++ b/README.md @@ -309,8 +309,6 @@ _Tools that generate patterns for repetitive code in order to reduce verbosity a > **[CRUDGen](https://github.com/bariskokulu/CRUDGen)** ★ 12 Apache-2.0 🟢
Compile-time annotation processor generating CRUD layers, DTOs, JSON Patch, and custom HTTP endpoints for Spring Boot. -> **[DevOpsForge](https://devops-config-generator.vercel.app/springboot-docker-compose.html)**
Browser-based visual Docker Compose and multi-stage Dockerfile generator for Spring Boot, PostgreSQL, and Caddy. - > **[EasyEntityToDTO](https://github.com/Marcel091004/EasyEntityToDTO)** ★ 11 MIT 🟠
Annotation processor for automatic DTO and Mapper generation with zero boilerplate. > **[Geci](https://github.com/verhas/javageci)** ★ 138 Apache-2.0 🟠
Discovers files that need generated code, updates automatically and writes to the source with a convenient API.