Skip to content

Commit fe91ed6

Browse files
committed
Merge pull request #307 from stormpath:stormpath
* pr/307: Polish Stormpath entry Add Stormpath Default Spring Boot Starter
2 parents 610f8c6 + 49bfaae commit fe91ed6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

initializr-service/src/main/resources/application.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)