mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-07 14:18:09 +08:00
Add Stormpath Default Spring Boot Starter
See gh-307
This commit is contained in:
parent
610f8c6f2b
commit
bbe5df248f
@ -89,6 +89,10 @@ initializr:
|
|||||||
groupId: com.vaadin
|
groupId: com.vaadin
|
||||||
artifactId: vaadin-bom
|
artifactId: vaadin-bom
|
||||||
version: 7.7.5
|
version: 7.7.5
|
||||||
|
stormpath-bom:
|
||||||
|
groupId: com.stormpath.sdk
|
||||||
|
artifactId: stormpath-bom
|
||||||
|
version: 1.3.0
|
||||||
gradle:
|
gradle:
|
||||||
dependency-management-plugin-version: 0.6.0.RELEASE
|
dependency-management-plugin-version: 0.6.0.RELEASE
|
||||||
kotlin:
|
kotlin:
|
||||||
@ -334,6 +338,18 @@ initializr:
|
|||||||
- versionRange: "[1.2.0.RELEASE,1.3.0.RC1)"
|
- versionRange: "[1.2.0.RELEASE,1.3.0.RC1)"
|
||||||
version: 1.0.1.RELEASE
|
version: 1.0.1.RELEASE
|
||||||
scope: test
|
scope: test
|
||||||
|
- name: Stormpath Default
|
||||||
|
groupId: com.stormpath.spring
|
||||||
|
artifactId: stormpath-default-spring-boot-starter
|
||||||
|
id: stormpath-default-spring-boot-starter
|
||||||
|
description: Stormpath Default Spring Boot Starter for integration with Stormpath including WebMVC, Thymeleaf and Spring Security
|
||||||
|
keywords:
|
||||||
|
- api
|
||||||
|
- auth
|
||||||
|
- mvc
|
||||||
|
- oauth
|
||||||
|
- oauth2
|
||||||
|
bom: stormpath-bom
|
||||||
- name: Template Engines
|
- name: Template Engines
|
||||||
content:
|
content:
|
||||||
- name: Freemarker
|
- name: Freemarker
|
||||||
|
Loading…
Reference in New Issue
Block a user