Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Some more working code in the generated app #5

Closed
trumbitta opened this issue Oct 30, 2020 · 1 comment
Closed

[Feature] Some more working code in the generated app #5

trumbitta opened this issue Oct 30, 2020 · 1 comment
Assignees
Labels
🆕 enhancement New feature or request @nxrocks/nx-spring-boot wontfix This will not be worked on

Comments

@trumbitta
Copy link
Contributor

Both the express and NestJS app generator schematics produce an app with a simple working REST endpoint: some GET /api/v1/example with a simple JSON response body.

I think this is something the spring boot plugin should also do, because it empowers newbies giving them some sort of track to follow.

It would also greatly simplify some Nx demo I'm working on :D

@tinesoft tinesoft changed the title Some more working code in the generated app [Feature] Some more working code in the generated app Oct 30, 2020
@tinesoft tinesoft self-assigned this Oct 30, 2020
@tinesoft tinesoft added the 🆕 enhancement New feature or request label Oct 30, 2020
@tinesoft
Copy link
Owner

Hi,

Humm...it is a bit opinionated, as not all applications generated are necessary "web" applications, but I see the point.

Maybe this can be solved by using concept of presets, just like Nx do when generating a workspace...

This could be a new preset option to add to the application schematics, that would call a preset schematics.
Possible value can be: empty (current behavior) | web (with a basic REST endpoint).

I will see what i can do.

Stay tuned!

@tinesoft tinesoft added the wontfix This will not be worked on label Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 enhancement New feature or request @nxrocks/nx-spring-boot wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants