We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f6c3d commit 7dda128Copy full SHA for 7dda128
package.json
@@ -163,6 +163,12 @@
163
],
164
"scope": "window",
165
"description": "Controls if a new sub-folder should be created for the newly generated project."
166
+ },
167
+ "spring.initializr.enableSmartDefaults": {
168
+ "default": false,
169
+ "type": "boolean",
170
+ "scope": "window",
171
+ "description": "Use default values provided by Spring Initializr API for Spring Boot version, language, Java version and packaging."
172
}
173
174
0 commit comments