mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 05:13:15 +08:00
Merge pull request #307 from stormpath:stormpath
* pr/307: Polish Stormpath entry Add Stormpath Default Spring Boot Starter
This commit is contained in:
commit
fe91ed63f8
@ -89,6 +89,10 @@ initializr:
|
||||
groupId: com.vaadin
|
||||
artifactId: vaadin-bom
|
||||
version: 7.7.5
|
||||
stormpath-bom:
|
||||
groupId: com.stormpath.sdk
|
||||
artifactId: stormpath-bom
|
||||
version: 1.5.0
|
||||
gradle:
|
||||
dependency-management-plugin-version: 0.6.0.RELEASE
|
||||
kotlin:
|
||||
@ -334,6 +338,13 @@ initializr:
|
||||
- versionRange: "[1.2.0.RELEASE,1.3.0.RC1)"
|
||||
version: 1.0.1.RELEASE
|
||||
scope: test
|
||||
- name: Stormpath
|
||||
id: stormpath
|
||||
description: Stormpath default starter including Spring MVC, Thymeleaf and Spring Security
|
||||
groupId: com.stormpath.spring
|
||||
artifactId: stormpath-default-spring-boot-starter
|
||||
versionRange: "[1.5.0.RC1,2.0.0.M1)"
|
||||
bom: stormpath-bom
|
||||
- name: Template Engines
|
||||
content:
|
||||
- name: Freemarker
|
||||
@ -365,6 +376,7 @@ initializr:
|
||||
- name: Thymeleaf
|
||||
id: thymeleaf
|
||||
description: Thymeleaf templating engine, including integration with Spring
|
||||
weight: 100
|
||||
facets:
|
||||
- web
|
||||
keywords:
|
||||
|
Loading…
Reference in New Issue
Block a user