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

Apply smart defaults to project creation wizard #215

Open
akaroml opened this issue Sep 14, 2022 · 0 comments · May be fixed by #235
Open

Apply smart defaults to project creation wizard #215

akaroml opened this issue Sep 14, 2022 · 0 comments · May be fixed by #235
Assignees
Milestone

Comments

@akaroml
Copy link
Member

akaroml commented Sep 14, 2022

There are just too many steps when using the command Spring Initializr: Create a Maven Project... directly. There are even more steps when the action is triggered by the project explorer.

Please apply default values to get rid of some.

Default to the LTS version?
image

Default to Java should be fine in most cases
image

GroupID + ArtifactiID as one input to remove 1 step
image
image

Default to JAR should be fine since most cases are JAR for spring boot apps in most cases.
image

Here we can be smart by detecting the JDK version user already installed. Use the latest LTS if multiple is installed
image

And consider adding a user setting like "enableSmartDefaults" with auto (defaults to true), true, false, as our safety net. Also, this can be a nice experiment to see the getting through rate of users in different groups (smart default on and off)

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

Successfully merging a pull request may close this issue.

2 participants