Skip to content

Commit 7dda128

Browse files
committed
added new setting for using api default values
1 parent 04f6c3d commit 7dda128

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,12 @@
163163
],
164164
"scope": "window",
165165
"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."
166172
}
167173
}
168174
}

0 commit comments

Comments
 (0)