Skip to content

Add CRUDGen to Code Generators#1261

Open
bariskokulu wants to merge 1 commit into
akullpp:masterfrom
bariskokulu:add-crudgen
Open

Add CRUDGen to Code Generators#1261
bariskokulu wants to merge 1 commit into
akullpp:masterfrom
bariskokulu:add-crudgen

Conversation

@bariskokulu

@bariskokulu bariskokulu commented Jun 10, 2026

Copy link
Copy Markdown

Adds CRUDGen to the Code Generators category.

CRUDGen fills a specific gap in the Spring Boot ecosystem. Unlike heavy scaffolding frameworks or runtime reflection-based tools, it is a strict compile-time annotation processor. It deterministically generates boilerplate REST layers, DTOs, N+1 safe queries, and JSON Patch endpoints during the build phase without adding any runtime dependencies or bloating the application size.


Summary by cubic

Added CRUDGen to the Code Generators list in README as a compile-time Spring Boot annotation processor that generates CRUD REST layers, DTOs, JSON Patch, and custom endpoints with no runtime dependencies.

Written for commit 75db151. Summary will update on new commits.

Review in cubic

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Tip: cubic could auto-approve low-risk PRs like this, if it thinks it's safe to merge. Learn more

Re-trigger cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants