2014-05-28 19:25:35 +01:00
|
|
|
info:
|
|
|
|
project:
|
|
|
|
name: Spring Start
|
2014-12-13 11:13:39 +01:00
|
|
|
version: 0.3.1
|
2015-03-10 15:29:18 +01:00
|
|
|
# remember to update static/install.sh as well:
|
2014-05-28 19:25:35 +01:00
|
|
|
spring-boot:
|
2015-04-20 15:18:27 +02:00
|
|
|
version: 1.2.3.RELEASE
|
2014-05-28 19:25:35 +01:00
|
|
|
|
2014-08-18 16:14:17 +02:00
|
|
|
initializr:
|
2015-03-27 10:36:13 +01:00
|
|
|
env:
|
|
|
|
boms:
|
|
|
|
vaadin-bom:
|
|
|
|
groupId: com.vaadin
|
|
|
|
artifactId: vaadin-bom
|
2015-04-28 17:59:01 +02:00
|
|
|
version: 7.4.4
|
2014-08-18 16:14:17 +02:00
|
|
|
dependencies:
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Core
|
2014-08-19 04:07:13 +02:00
|
|
|
content:
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Security
|
2014-08-19 04:07:13 +02:00
|
|
|
id: security
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Support for spring-security
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: AOP
|
2014-08-19 04:07:13 +02:00
|
|
|
id: aop
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Support for aspect-oriented programming including spring-aop and AspectJ
|
2015-01-27 17:54:30 +01:00
|
|
|
- name: Atomikos (JTA)
|
|
|
|
id: jta-atomikos
|
|
|
|
description: Support for JTA distributed transactions via Atomikos
|
|
|
|
versionRange: 1.2.0.M1
|
|
|
|
- name: Bitronix (JTA)
|
|
|
|
id: jta-bitronix
|
|
|
|
description: Support for JTA distributed transactions via Bitronix
|
|
|
|
versionRange: 1.2.0.M1
|
2014-05-28 19:25:35 +01:00
|
|
|
- name: Web
|
2014-08-19 04:07:13 +02:00
|
|
|
content:
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Web
|
2014-08-19 04:07:13 +02:00
|
|
|
id: web
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Support for full-stack web development, including Tomcat and spring-webmvc
|
2014-08-19 13:28:27 +02:00
|
|
|
facets:
|
|
|
|
- web
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Websocket
|
2014-08-19 04:07:13 +02:00
|
|
|
id: websocket
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Support for websocket development with Tomcat
|
2014-08-21 13:17:39 +02:00
|
|
|
- name: WS
|
|
|
|
id: ws
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Support for Spring Web Services
|
2015-01-27 17:54:30 +01:00
|
|
|
- name: Jersey (JAX-RS)
|
|
|
|
id: jersey
|
|
|
|
description: Support for the Jersey RESTful Web Services framework
|
|
|
|
versionRange: 1.2.0.RELEASE
|
2015-03-27 10:36:13 +01:00
|
|
|
- name: Vaadin
|
|
|
|
id: vaadin
|
|
|
|
facets:
|
|
|
|
- web
|
|
|
|
groupId: com.vaadin
|
|
|
|
artifactId: vaadin-spring-boot-starter
|
2015-04-28 17:59:01 +02:00
|
|
|
version: 1.0.0.beta3
|
2015-03-27 10:36:13 +01:00
|
|
|
description: Support for Vaadin
|
|
|
|
bom: vaadin-bom
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Rest Repositories
|
2014-08-19 04:07:13 +02:00
|
|
|
id: data-rest
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Support for exposing Spring Data repositories over REST via spring-data-rest-webmvc
|
2015-01-27 17:54:30 +01:00
|
|
|
- name: HATEOAS
|
|
|
|
id: hateoas
|
|
|
|
description: Support for HATEOAS-based RESTful services
|
2015-03-10 15:29:18 +01:00
|
|
|
versionRange: 1.2.2.RELEASE
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Mobile
|
2014-08-19 04:07:13 +02:00
|
|
|
id: mobile
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Support for spring-mobile
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Template Engines
|
2014-08-19 04:07:13 +02:00
|
|
|
content:
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Freemarker
|
2014-08-19 04:07:13 +02:00
|
|
|
id: freemarker
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Support for the FreeMarker templating engine
|
2014-08-19 13:28:27 +02:00
|
|
|
facets:
|
|
|
|
- web
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Velocity
|
2014-08-19 04:07:13 +02:00
|
|
|
id: velocity
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Support for the Velocity templating engine
|
2014-08-19 13:28:27 +02:00
|
|
|
facets:
|
|
|
|
- web
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Groovy Templates
|
2014-08-19 04:07:13 +02:00
|
|
|
id: groovy-templates
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Support for the Groovy templating engine
|
2014-08-19 13:28:27 +02:00
|
|
|
facets:
|
|
|
|
- web
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Thymeleaf
|
2014-08-19 04:07:13 +02:00
|
|
|
id: thymeleaf
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Support for the Thymeleaf templating engine, including integration with Spring
|
2014-08-19 13:28:27 +02:00
|
|
|
facets:
|
|
|
|
- web
|
2015-01-27 17:54:30 +01:00
|
|
|
- name: Mustache
|
|
|
|
id: mustache
|
|
|
|
description: Support for the Mustache templating engine
|
2015-03-10 15:29:18 +01:00
|
|
|
versionRange: 1.2.2.RELEASE
|
2015-01-27 17:54:30 +01:00
|
|
|
facets:
|
|
|
|
- web
|
2015-02-24 16:45:25 +01:00
|
|
|
- name: Data
|
|
|
|
content:
|
|
|
|
- name: JDBC
|
|
|
|
id: jdbc
|
|
|
|
description: Support for JDBC databases
|
|
|
|
- name: JPA
|
|
|
|
id: data-jpa
|
|
|
|
description: Support for the Java Persistence API including spring-data-jpa, spring-orm and Hibernate
|
|
|
|
aliases:
|
|
|
|
- jpa
|
|
|
|
- name: MongoDB
|
|
|
|
id: data-mongodb
|
|
|
|
description: Support for the MongoDB NoSQL Database, including spring-data-mongodb
|
|
|
|
- name: Redis
|
|
|
|
id: redis
|
|
|
|
description: Support for the REDIS key-value data store, including spring-redis
|
|
|
|
- name: Gemfire
|
|
|
|
id: data-gemfire
|
|
|
|
description: Support for the GemFire distributed data store including spring-data-gemfire
|
|
|
|
- name: Solr
|
|
|
|
id: data-solr
|
|
|
|
description: Support for the Apache Solr search platform, including spring-data-solr
|
|
|
|
- name: Elasticsearch
|
|
|
|
id: data-elasticsearch
|
|
|
|
description: Support for the Elasticsearch search and analytics engine including spring-data-elasticsearch
|
|
|
|
- name: Database
|
|
|
|
content:
|
|
|
|
- name: H2
|
|
|
|
id: h2
|
|
|
|
description: Support for the H2 database (with embedded support)
|
|
|
|
groupId: com.h2database
|
|
|
|
artifactId: h2
|
|
|
|
scope: runtime
|
|
|
|
- name: HSQLDB
|
|
|
|
id: hsql
|
|
|
|
description: Support for the HSQLDB database (with embedded support)
|
|
|
|
groupId: org.hsqldb
|
|
|
|
artifactId: hsqldb
|
|
|
|
scope: runtime
|
|
|
|
- name: Apache Derby
|
|
|
|
id: derby
|
|
|
|
description: Support for the Apache Derby database (with embedded support)
|
|
|
|
groupId: org.apache.derby
|
|
|
|
artifactId: derby
|
|
|
|
scope: runtime
|
2015-03-10 15:29:18 +01:00
|
|
|
versionRange: 1.2.2.RELEASE
|
2015-02-24 16:45:25 +01:00
|
|
|
- name: MySQL
|
|
|
|
id: mysql
|
|
|
|
description: Support for the MySQL jdbc driver
|
|
|
|
groupId: mysql
|
|
|
|
artifactId: mysql-connector-java
|
|
|
|
scope: runtime
|
2015-03-24 16:29:40 +01:00
|
|
|
- name: PostgreSQL
|
|
|
|
id: postgresql
|
|
|
|
description: Support for the PostgreSQL jdbc driver
|
|
|
|
groupId: org.postgresql
|
|
|
|
artifactId: postgresql
|
|
|
|
version: 9.4-1201-jdbc41
|
|
|
|
scope: runtime
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Social
|
2014-08-19 04:07:13 +02:00
|
|
|
content:
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Facebook
|
2014-08-19 04:07:13 +02:00
|
|
|
id: social-facebook
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Support for spring-social-facebook
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: LinkedIn
|
2014-08-19 04:07:13 +02:00
|
|
|
id: social-linkedin
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Support for spring-social-linkedin
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Twitter
|
2014-08-19 04:07:13 +02:00
|
|
|
id: social-twitter
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Support for spring-social-twitter
|
2015-02-24 16:45:25 +01:00
|
|
|
- name: I/O
|
|
|
|
content:
|
|
|
|
- name: Batch
|
|
|
|
id: batch
|
|
|
|
description: Support for Spring Batch including HSQLDB database
|
|
|
|
- name: Integration
|
|
|
|
id: integration
|
|
|
|
description: Support for common spring-integration modules
|
|
|
|
- name: JMS
|
|
|
|
id: hornetq
|
|
|
|
description: Support for Java Message Service API via HornetQ
|
|
|
|
- name: AMQP
|
|
|
|
id: amqp
|
|
|
|
description: Support for the Advanced Message Queuing Protocol via spring-rabbit
|
|
|
|
- name: Mail
|
|
|
|
id: mail
|
|
|
|
description: Support for javax.mail
|
|
|
|
versionRange: 1.2.0.RC1
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Ops
|
2014-08-19 04:07:13 +02:00
|
|
|
content:
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Actuator
|
2014-08-19 04:07:13 +02:00
|
|
|
id: actuator
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Production ready features to help you monitor and manage your application
|
2015-01-27 17:54:30 +01:00
|
|
|
- name: Cloud Connectors
|
|
|
|
id: cloud-connectors
|
|
|
|
description: Simplifies connecting to services in cloud platforms
|
|
|
|
versionRange: 1.2.0.RELEASE
|
2014-06-27 21:01:01 +02:00
|
|
|
- name: Remote Shell
|
2014-08-19 04:07:13 +02:00
|
|
|
id: remote-shell
|
2014-10-24 14:06:45 +02:00
|
|
|
description: Support for CRaSH
|
2014-05-28 19:25:35 +01:00
|
|
|
types:
|
2014-08-19 04:07:13 +02:00
|
|
|
- name: Maven POM
|
2014-10-29 18:09:47 +01:00
|
|
|
id: maven-build
|
2015-01-19 17:36:11 +01:00
|
|
|
description: Generate a Maven pom.xml
|
2014-10-29 18:09:47 +01:00
|
|
|
sts-id: pom.xml
|
2014-10-30 11:15:47 +01:00
|
|
|
tags:
|
|
|
|
build: maven
|
|
|
|
format: build
|
2014-08-19 04:07:13 +02:00
|
|
|
default: false
|
|
|
|
action: /pom.xml
|
|
|
|
- name: Maven Project
|
2014-10-29 18:09:47 +01:00
|
|
|
id: maven-project
|
2015-01-19 17:36:11 +01:00
|
|
|
description: Generate a Maven based project archive
|
2014-10-29 18:09:47 +01:00
|
|
|
sts-id: starter.zip
|
2014-10-30 11:15:47 +01:00
|
|
|
tags:
|
|
|
|
build: maven
|
|
|
|
format: project
|
2014-08-19 04:07:13 +02:00
|
|
|
default: true
|
|
|
|
action: /starter.zip
|
|
|
|
- name: Gradle Config
|
2014-10-29 18:09:47 +01:00
|
|
|
id: gradle-build
|
2015-02-19 22:22:11 +01:00
|
|
|
description: Generate a Gradle build file
|
2014-10-29 18:09:47 +01:00
|
|
|
sts-id: build.gradle
|
2014-10-30 11:15:47 +01:00
|
|
|
tags:
|
|
|
|
build: gradle
|
|
|
|
format: build
|
2014-08-19 04:07:13 +02:00
|
|
|
default: false
|
|
|
|
action: /build.gradle
|
|
|
|
- name: Gradle Project
|
2014-10-29 18:09:47 +01:00
|
|
|
id: gradle-project
|
2015-02-19 22:22:11 +01:00
|
|
|
description: Generate a Gradle based project archive
|
2014-10-29 18:09:47 +01:00
|
|
|
sts-id: gradle.zip
|
2014-10-30 11:15:47 +01:00
|
|
|
tags:
|
|
|
|
build: gradle
|
|
|
|
format: project
|
2014-08-19 04:07:13 +02:00
|
|
|
default: false
|
|
|
|
action: /starter.zip
|
2014-05-29 16:26:47 +01:00
|
|
|
packagings:
|
|
|
|
- name: Jar
|
2014-08-18 16:14:17 +02:00
|
|
|
id: jar
|
|
|
|
default: true
|
2014-05-29 16:26:47 +01:00
|
|
|
- name: War
|
2014-08-18 16:14:17 +02:00
|
|
|
id: war
|
|
|
|
default: false
|
2014-05-30 06:18:33 +01:00
|
|
|
javaVersions:
|
2014-08-18 16:14:17 +02:00
|
|
|
- id: 1.6
|
|
|
|
default: false
|
|
|
|
- id: 1.7
|
|
|
|
default: true
|
|
|
|
- id: 1.8
|
|
|
|
default: false
|
2014-05-30 09:50:24 +01:00
|
|
|
languages:
|
|
|
|
- name: Groovy
|
2014-08-18 16:14:17 +02:00
|
|
|
id: groovy
|
|
|
|
default: false
|
2014-05-30 09:50:24 +01:00
|
|
|
- name: Java
|
2014-08-18 16:14:17 +02:00
|
|
|
id: java
|
|
|
|
default: true
|
2014-06-24 09:42:54 +01:00
|
|
|
bootVersions:
|
2014-08-18 16:14:17 +02:00
|
|
|
- name : Latest SNAPSHOT
|
2015-04-20 15:18:27 +02:00
|
|
|
id: 1.2.4.BUILD-SNAPSHOT
|
2014-08-18 16:14:17 +02:00
|
|
|
default: false
|
2015-04-20 15:18:27 +02:00
|
|
|
- name: 1.2.3
|
|
|
|
id: 1.2.3.RELEASE
|
2014-08-18 16:14:17 +02:00
|
|
|
default: true
|
2015-04-20 15:18:27 +02:00
|
|
|
- name: 1.1.12
|
|
|
|
id: 1.1.12.RELEASE
|
2014-08-18 16:14:17 +02:00
|
|
|
default: false
|
2014-08-27 14:09:01 +02:00
|
|
|
|