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

Generated folder structure to include app folder? #1365

Closed
hannah23280 opened this issue Dec 28, 2022 · 1 comment
Closed

Generated folder structure to include app folder? #1365

hannah23280 opened this issue Dec 28, 2022 · 1 comment

Comments

@hannah23280
Copy link

Starting from v6.x of gradle, running gradle init will generate a template folder structure with a newly introduced app folder at the root project folder, which in turn host the src folder. I think the main reason for such change is to easily support multiple gradle subprojects. In other word, we now can have app folder, app2 folder , app3 folder, etc....under the root project folder.

This is useful, especially, for project that contain multiple microservices sub-project.

Hopefully there are plans to update the structure of the generated folder from the Spring.io initializr to adhere to the aforementioned

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Dec 28, 2022
@wilkinsona
Copy link
Contributor

Thanks for the suggestion. I'm not sure that we should do this by default. Arguably, it's extra clutter and indirection for single module projects that don't need it. If we were to provider it as an option, it should also be supported for Maven projects. #663 is tracking general multi-module support.

@wilkinsona wilkinsona closed this as not planned Won't fix, can't repro, duplicate, stale Jan 3, 2023
@wilkinsona wilkinsona removed the status: waiting-for-triage An issue we've not yet triaged label Jan 3, 2023
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

No branches or pull requests

3 participants