File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
initializr-service/src/main/resources Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,10 @@ initializr:
8989 groupId : com.vaadin
9090 artifactId : vaadin-bom
9191 version : 7.7.5
92+ stormpath-bom :
93+ groupId : com.stormpath.sdk
94+ artifactId : stormpath-bom
95+ version : 1.5.0
9296 gradle :
9397 dependency-management-plugin-version : 0.6.0.RELEASE
9498 kotlin :
@@ -334,6 +338,13 @@ initializr:
334338 - versionRange : " [1.2.0.RELEASE,1.3.0.RC1)"
335339 version : 1.0.1.RELEASE
336340 scope : test
341+ - name : Stormpath
342+ id : stormpath
343+ description : Stormpath default starter including Spring MVC, Thymeleaf and Spring Security
344+ groupId : com.stormpath.spring
345+ artifactId : stormpath-default-spring-boot-starter
346+ versionRange : " [1.5.0.RC1,2.0.0.M1)"
347+ bom : stormpath-bom
337348 - name : Template Engines
338349 content :
339350 - name : Freemarker
@@ -365,6 +376,7 @@ initializr:
365376 - name : Thymeleaf
366377 id : thymeleaf
367378 description : Thymeleaf templating engine, including integration with Spring
379+ weight : 100
368380 facets :
369381 - web
370382 keywords :
You can’t perform that action at this time.
0 commit comments