[BOUNTY #27215] Improve API First Development documentation#1572
Open
zhaog100 wants to merge 1 commit intojhipster:mainfrom
Open
[BOUNTY #27215] Improve API First Development documentation#1572zhaog100 wants to merge 1 commit intojhipster:mainfrom
zhaog100 wants to merge 1 commit intojhipster:mainfrom
Conversation
Add comprehensive sections covering: 1. DTOs, Entities, and MapStruct integration - MapStruct mapper creation pattern - Injecting mappers into delegate implementations - Aligning generated model packages with JHipster structure 2. Managing JHipster default behaviors (cruft) - Disabling auto-generated REST controllers - Avoiding conflicts between JDL and OpenAPI Generator 3. JDL kickstart for API First workflow - Using JDL to generate base domain model - apiFirst config option - Post-generation cleanup steps 4. Complete end-to-end example - Pet Store with database persistence - MapStruct DTO mapping - Delegate implementation with Spring Data JPA - Cleanup of conflicting controllers Closes #27215
✅ Deploy Preview for jhipster-site ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improvements
Adds 4 major new sections to the API First Development guide:
1. Working with DTOs, Entities, and MapStruct
2. Managing JHipster Default Behaviors (Cruft)
3. JDL Kickstart for API First Workflow
apiFirst trueoption4. Complete End-to-End Example
Closes #27215