2014-05-28 19:25:35 +01:00
info :
project :
name : Spring Start
2015-07-30 09:52:50 +02:00
version : 0.4 .0
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 :
2016-02-28 18:11:31 +01:00
version : 1.3 .3 .RELEASE
2014-05-28 19:25:35 +01:00
2015-12-11 11:15:07 +01:00
server :
compression :
enabled : true
mime-types : application/json,text/css,text/html
min-response-size : 2048
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
2016-02-29 11:00:31 +01:00
version : 7.6 .3
2015-04-20 15:14:31 +02:00
cloud-bom :
groupId : org.springframework.cloud
2016-01-20 11:38:28 +01:00
artifactId : spring-cloud-dependencies
2015-07-10 11:23:54 +02:00
mappings :
- versionRange : "[1.2.3.RELEASE,1.3.0.M1)"
2016-01-20 11:38:28 +01:00
version : Angel.SR6
2016-02-23 14:32:13 +01:00
- versionRange : "[1.3.0.M2,1.3.2.RELEASE]"
version : Brixton.M5
repositories : spring-snapshots,spring-milestones
- versionRange : 1.3 .3 .BUILD-SNAPSHOT
2015-11-07 17:20:41 +00:00
version : Brixton.BUILD-SNAPSHOT
repositories : spring-snapshots,spring-milestones
2016-02-02 10:30:47 +01:00
cloud-dataflow-bom :
groupId : org.springframework.cloud
artifactId : spring-cloud-dataflow-dependencies
version : 1.0 .0 .BUILD-SNAPSHOT
additionalBoms : [ cloud-bom]
repositories : spring-snapshots,spring-milestones
2015-12-30 14:50:44 +01:00
kotlin :
version : 1.0 .0
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
2015-09-30 14:42:00 +02:00
description : Secure your application via spring-security
2015-10-01 11:41:28 +02:00
weight : 100
2014-06-27 21:01:01 +02:00
- name : AOP
2014-08-19 04:07:13 +02:00
id : aop
2015-09-30 14:42:00 +02:00
description : Aspect-oriented programming including spring-aop and AspectJ
2015-01-27 17:54:30 +01:00
- name : Atomikos (JTA)
id : jta-atomikos
2015-09-30 14:42:00 +02:00
description : JTA distributed transactions via Atomikos
2015-01-27 17:54:30 +01:00
versionRange : 1.2 .0 .M1
- name : Bitronix (JTA)
id : jta-bitronix
2015-09-30 14:42:00 +02:00
description : JTA distributed transactions via Bitronix
2015-01-27 17:54:30 +01:00
versionRange : 1.2 .0 .M1
2015-06-04 15:14:49 +02:00
- name : Cache
id : cache
2015-09-30 14:42:00 +02:00
description : Spring's Cache abstraction
2015-06-12 09:13:50 +02:00
versionRange : 1.3 .0 .M1
2015-06-10 18:37:15 +02:00
- name : DevTools
id : devtools
groupId : org.springframework.boot
artifactId : spring-boot-devtools
2015-09-30 14:42:00 +02:00
description : Spring Boot Development Tools
2015-06-12 09:13:50 +02:00
versionRange : 1.3 .0 .M1
2015-12-09 15:18:58 +01:00
starter : false
2015-11-02 16:58:53 +01:00
- name : Validation
id : validation
description : JSR-303 validation infrastructure (already included with web)
versionRange : 1.3 .0 .M1
2015-12-10 11:42:47 +01:00
- name : Session
id : session
groupId : org.springframework.session
artifactId : spring-session
description : API and implementations for managing a user’ s session information
versionRange : 1.3 .0 .M2
starter : false
2015-12-09 15:10:15 +01:00
- name : Retry
id : retry
groupId : org.springframework.retry
artifactId : spring-retry
description : Provide declarative retry support via spring-retry
versionRange : 1.3 .0 .M2
starter : false
2015-09-04 09:08:02 +01:00
- name : Lombok
id : lombok
groupId : org.projectlombok
artifactId : lombok
2015-12-09 15:34:25 +01:00
description : Java annotation library which help to reduce boilerplate code and code faster
2016-01-27 10:50:53 +01:00
versions :
- versionRange : "[1.2.0.RELEASE,1.4.0.M1)"
version : 1.16 .6
2015-12-09 15:18:58 +01:00
starter : false
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
2015-09-30 14:42:00 +02:00
description : Full-stack web development with Tomcat and Spring MVC
2015-10-01 11:41:28 +02:00
weight : 100
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
2015-09-30 14:42:00 +02:00
description : Websocket development with SockJS and STOMP
2014-08-21 13:17:39 +02:00
- name : WS
id : ws
2015-09-30 14:42:00 +02:00
description : Contract-first SOAP service development with Spring Web Services
2015-01-27 17:54:30 +01:00
- name : Jersey (JAX-RS)
id : jersey
2015-09-30 14:42:00 +02:00
description : the Jersey RESTful Web Services framework
2015-01-27 17:54:30 +01:00
versionRange : 1.2 .0 .RELEASE
2015-11-13 15:18:06 +00:00
- name : Ratpack
id : ratpack
description : Spring Boot integration for the Ratpack framework
groupId : io.ratpack
artifactId : ratpack-spring-boot
2015-11-16 10:44:45 +01:00
version : 1.1 .1
versionRange : 1.2 .0 .RELEASE
starter : false
2015-03-27 10:36:13 +01:00
- name : Vaadin
id : vaadin
facets :
- web
groupId : com.vaadin
artifactId : vaadin-spring-boot-starter
2015-09-16 17:28:06 -04:00
version : 1.0 .0
2015-09-30 14:42:00 +02:00
description : Vaadin
2015-03-27 10:36:13 +01:00
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
2015-10-01 11:41:28 +02:00
weight : 10
2015-09-30 14:42:00 +02:00
description : Exposing Spring Data repositories over REST via spring-data-rest-webmvc
2015-01-27 17:54:30 +01:00
- name : HATEOAS
id : hateoas
2015-09-30 14:42:00 +02:00
description : HATEOAS-based RESTful services
2015-03-10 15:29:18 +01:00
versionRange : 1.2 .2 .RELEASE
2015-09-03 17:46:25 +01:00
- name : Rest Repositories HAL Browser
id : data-rest-hal
2015-09-30 14:42:00 +02:00
description : Browsing Spring Data REST repositories with an HTML UI
2015-09-03 17:46:25 +01:00
groupId : org.springframework.data
artifactId : spring-data-rest-hal-browser
versionRange : 1.3 .0 .M1
2015-12-09 15:18:58 +01:00
starter : false
2014-06-27 21:01:01 +02:00
- name : Mobile
2014-08-19 04:07:13 +02:00
id : mobile
2015-09-30 14:42:00 +02:00
description : Simplify the development of mobile web applications with spring-mobile
2015-09-08 17:09:08 +01:00
- name : REST Docs
2015-09-04 09:08:02 +01:00
id : restdocs
2015-09-30 14:42:00 +02:00
description : Document RESTful services by combining hand-written and auto-generated documentation
2015-09-04 09:08:02 +01:00
groupId : org.springframework.restdocs
2015-09-08 17:09:08 +01:00
artifactId : spring-restdocs-mockmvc
2015-12-11 16:54:57 +01:00
versions :
- versionRange : "[1.2.0.RELEASE,1.3.0.RC1)"
version : 1.0 .1 .RELEASE
2015-09-04 09:08:02 +01:00
scope : test
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
2015-09-30 14:42:00 +02:00
description : FreeMarker templating engine
2014-08-19 13:28:27 +02:00
facets :
- web
2015-10-01 11:41:28 +02:00
keywords :
- template
2014-06-27 21:01:01 +02:00
- name : Velocity
2014-08-19 04:07:13 +02:00
id : velocity
2015-09-30 14:42:00 +02:00
description : Velocity templating engine
2016-03-08 09:03:57 +01:00
versionRange : "[1.1.6.RELEASE,1.4.0.M2)"
2014-08-19 13:28:27 +02:00
facets :
- web
2015-10-01 11:41:28 +02:00
keywords :
- template
2014-06-27 21:01:01 +02:00
- name : Groovy Templates
2014-08-19 04:07:13 +02:00
id : groovy-templates
2015-09-30 14:42:00 +02:00
description : 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
2015-09-30 14:42:00 +02:00
description : Thymeleaf templating engine, including integration with Spring
2014-08-19 13:28:27 +02:00
facets :
- web
2015-10-01 11:41:28 +02:00
keywords :
- template
2015-01-27 17:54:30 +01:00
- name : Mustache
id : mustache
2015-09-30 14:42:00 +02:00
description : 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-10-01 11:41:28 +02:00
keywords :
- template
2016-02-16 14:05:48 +01:00
- name : SQL
2015-02-24 16:45:25 +01:00
content :
- name : JPA
id : data-jpa
2015-09-30 14:42:00 +02:00
description : Java Persistence API including spring-data-jpa, spring-orm and Hibernate
2015-10-01 11:41:28 +02:00
weight : 100
2015-02-24 16:45:25 +01:00
aliases :
- jpa
2015-11-02 16:58:53 +01:00
- name : JOOQ
id : jooq
description : Persistence support using Java Object Oriented Querying
versionRange : 1.3 .0 .M2
2016-02-16 14:05:48 +01:00
- name : JDBC
id : jdbc
description : JDBC databases
- name : H2
id : h2
description : H2 database (with embedded support)
groupId : com.h2database
artifactId : h2
scope : runtime
starter : false
- name : HSQLDB
id : hsql
description : HSQLDB database (with embedded support)
groupId : org.hsqldb
artifactId : hsqldb
scope : runtime
starter : false
- name : Apache Derby
id : derby
description : Apache Derby database (with embedded support)
groupId : org.apache.derby
artifactId : derby
scope : runtime
versionRange : 1.2 .2 .RELEASE
starter : false
- name : MySQL
id : mysql
description : MySQL jdbc driver
groupId : mysql
artifactId : mysql-connector-java
scope : runtime
starter : false
- name : PostgreSQL
id : postgresql
description : PostgreSQL jdbc driver
groupId : org.postgresql
artifactId : postgresql
versions :
- versionRange : "[1.2.0.RELEASE,1.3.0.M1)"
version : 9.4 -1201 -jdbc41
scope : runtime
starter : false
- name : NoSQL
content :
2015-02-24 16:45:25 +01:00
- name : MongoDB
id : data-mongodb
2015-09-30 14:42:00 +02:00
description : MongoDB NoSQL Database, including spring-data-mongodb
2015-10-01 11:41:28 +02:00
weight : 50
2015-11-02 16:58:53 +01:00
- name : Cassandra
id : data-cassandra
description : Cassandra NoSQL Database, including spring-data-cassandra
versionRange : 1.3 .0 .RC1
2016-02-16 14:13:33 +01:00
- name : Couchbase
id : data-couchbase
description : Couchbase NoSQL database, including spring-data-couchbase
versionRange : 1.4 .0 .M1
2016-01-27 10:44:45 +01:00
- name : Redis
id : data-redis
description : REDIS key-value data store, including spring-redis
versionRange : 1.4 .0 .M1
2015-02-24 16:45:25 +01:00
- name : Redis
id : redis
2015-09-30 14:42:00 +02:00
description : REDIS key-value data store, including spring-redis
2016-01-27 10:44:45 +01:00
versionRange : "[1.1.5.RELEASE,1.4.0.M1)"
2015-02-24 16:45:25 +01:00
- name : Gemfire
id : data-gemfire
2015-09-30 14:42:00 +02:00
description : GemFire distributed data store including spring-data-gemfire
2015-02-24 16:45:25 +01:00
- name : Solr
id : data-solr
2015-09-30 14:42:00 +02:00
description : Apache Solr search platform, including spring-data-solr
2015-02-24 16:45:25 +01:00
- name : Elasticsearch
id : data-elasticsearch
2015-09-30 14:42:00 +02:00
description : Elasticsearch search and analytics engine including spring-data-elasticsearch
2015-10-01 11:41:28 +02:00
weight : 10
2015-10-01 14:23:56 +01:00
- name : Cloud Core
2015-04-20 15:14:31 +02:00
bom : cloud-bom
2015-07-10 11:23:54 +02:00
versionRange : "1.2.3.RELEASE"
2015-04-20 15:14:31 +02:00
content :
- name : Cloud Connectors
id : cloud-connectors
2015-10-01 11:09:15 +01:00
description : Simplifies connecting to services in cloud platforms, including spring-cloud-connector and spring-cloud-cloudfoundry-connector
2015-04-20 15:14:31 +02:00
versionRange : 1.2 .0 .RELEASE
2015-06-05 15:16:20 +01:00
- name : Cloud Bootstrap
id : cloud-starter
2015-09-30 14:42:00 +02:00
description : spring-cloud-context (e.g. Bootstrap context and @RefreshScope)
2015-06-05 15:16:20 +01:00
groupId : org.springframework.cloud
artifactId : spring-cloud-starter
2015-10-01 14:23:56 +01:00
weight : 100
- name : Cloud Security
id : cloud-security
description : Secure load balancing and routing with spring-cloud-security
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-security
2015-11-13 15:08:14 +00:00
- name : Cloud OAuth2
2015-10-01 14:23:56 +01:00
id : cloud-oauth2
description : OAuth2 and distributed application patterns with spring-cloud-security
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-oauth2
- name : Cloud Config
bom : cloud-bom
versionRange : "1.2.3.RELEASE"
content :
2015-06-05 15:16:20 +01:00
- name : Config Client
2015-07-17 09:37:07 +02:00
id : cloud-config-client
2015-09-30 14:42:00 +02:00
description : spring-cloud-config Client
2015-06-05 15:16:20 +01:00
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-config
2015-10-01 14:23:56 +01:00
weight : 100
2015-04-20 15:14:31 +02:00
- name : Config Server
2015-07-17 09:37:07 +02:00
id : cloud-config-server
2015-09-30 14:42:00 +02:00
description : Central management for configuration via a git or svn backend
2015-04-20 15:14:31 +02:00
groupId : org.springframework.cloud
artifactId : spring-cloud-config-server
2015-10-01 14:23:56 +01:00
- name : Zookeeper Configuration
id : cloud-starter-zookeeper-config
description : Configuration management with Zookeeper and spring-cloud-zookeeper-config
versionRange : 1.3 .0 .M4
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-zookeeper-config
- name : Consul Configuration
id : cloud-starter-consul-config
description : Configuration management with Hashicorp Consul
versionRange : 1.3 .0 .M4
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-consul-config
- name : Cloud Discovery
bom : cloud-bom
versionRange : "1.2.3.RELEASE"
content :
2015-09-13 18:53:57 -04:00
- name : Eureka Discovery
2015-04-20 15:14:31 +02:00
id : cloud-eureka
2015-09-30 14:42:00 +02:00
description : Service discovery using spring-cloud-netflix and Eureka
2015-04-20 15:14:31 +02:00
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-eureka
2015-10-01 14:23:56 +01:00
weight : 100
2015-04-20 15:14:31 +02:00
- name : Eureka Server
id : cloud-eureka-server
2015-09-30 14:42:00 +02:00
description : spring-cloud-netflix Eureka Server
2015-04-20 15:14:31 +02:00
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-eureka-server
2015-10-01 14:23:56 +01:00
- name : Zookeeper Discovery
id : cloud-starter-zookeeper-discovery
description : Service discovery with Zookeeper and spring-cloud-zookeeper-discovery
versionRange : 1.3 .0 .M4
2015-04-20 15:14:31 +02:00
groupId : org.springframework.cloud
2015-10-01 14:23:56 +01:00
artifactId : spring-cloud-starter-zookeeper-discovery
- name : Cloud Foundry Discovery
id : cloud-cloudfoundry-discovery
description : Service discovery with Cloud Foundry
versionRange : 1.3 .0 .M4
groupId : org.springframework.cloud
artifactId : spring-cloud-cloudfoundry-discovery
- name : Consul Discovery
id : cloud-starter-consul-discovery
description : Service discovery with Hashicorp Consul
versionRange : 1.3 .0 .M4
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-consul-discovery
- name : Cloud Routing
bom : cloud-bom
versionRange : "1.2.3.RELEASE"
content :
- name : Zuul
id : cloud-zuul
description : Intelligent and programmable routing with spring-cloud-netflix Zuul
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-zuul
- name : Ribbon
id : cloud-ribbon
description : Client side load balancing with spring-cloud-netflix and Ribbon
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-ribbon
2015-04-20 15:14:31 +02:00
- name : Feign
id : cloud-feign
2015-09-30 14:42:00 +02:00
description : Declarative REST clients with spring-cloud-netflix Feign
2015-04-20 15:14:31 +02:00
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-feign
2015-10-01 14:23:56 +01:00
- name : Cloud Circuit Breaker
bom : cloud-bom
versionRange : "1.2.3.RELEASE"
content :
2015-04-20 15:14:31 +02:00
- name : Hystrix
id : cloud-hystrix
2015-09-30 14:42:00 +02:00
description : Circuit breaker with spring-cloud-netflix Hystrix
2015-04-20 15:14:31 +02:00
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-hystrix
- name : Hystrix Dashboard
id : cloud-hystrix-dashboard
2015-09-30 14:42:00 +02:00
description : Circuit breaker dashboard with spring-cloud-netflix Hystrix
2015-04-20 15:14:31 +02:00
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-hystrix-dashboard
- name : Turbine
id : cloud-turbine
2015-09-30 14:42:00 +02:00
description : Circuit breaker metric aggregation using spring-cloud-netflix with Turbine and server-sent events
2015-04-20 15:14:31 +02:00
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-turbine
- name : Turbine AMQP
id : cloud-turbine-amqp
2015-09-30 14:42:00 +02:00
description : Circuit breaker metric aggregation using spring-cloud-netflix with Turbine and AMQP
2015-10-01 14:23:56 +01:00
versionRange : "[0.0.0.RELEASE,1.3.0.M5]"
2015-04-20 15:14:31 +02:00
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-turbine-amqp
2015-10-01 14:23:56 +01:00
- name : Turbine Stream
id : cloud-turbine-stream
description : Circuit breaker metric aggregation using spring-cloud-netflix with Turbine and Spring Cloud Stream (choose a specific Stream binder implementation to complement this)
versionRange : "(1.3.0.M5,999.9.9.RELEASE]"
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-turbine-stream
weight : -1
- name : Cloud Tracing
bom : cloud-bom
versionRange : "1.3.0.M4"
content :
2015-09-03 09:50:07 +01:00
- name : Sleuth
id : cloud-starter-sleuth
2015-09-30 14:42:00 +02:00
description : Distributed tracing via logs with spring-cloud-sleuth
2015-09-03 09:50:07 +01:00
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-sleuth
- name : Zipkin
2015-09-04 08:46:59 +01:00
id : cloud-starter-zipkin
2016-02-01 04:10:33 -08:00
description : Distributed tracing with an existing Zipkin installation and spring-cloud-sleuth-zipkin. Alternatively, consider Zipkin Stream and Sleuth Stream.
2015-09-03 09:50:07 +01:00
groupId : org.springframework.cloud
2015-09-04 08:46:59 +01:00
artifactId : spring-cloud-starter-zipkin
2016-02-01 04:10:33 -08:00
- name : Sleuth Stream
id : cloud-sleuth-stream
description : Marshals Spring Cloud Sleuth Spans over a Spring Cloud Stream binder
groupId : org.springframework.cloud
artifactId : spring-cloud-sleuth-stream
- name : Zipkin Stream
id : cloud-sleuth-zipkin-stream
description : Consumes messages from Spring Cloud Sleuth Stream delivered over a Spring Cloud Stream binder and writes them to a Zipkin store
groupId : org.springframework.cloud
artifactId : spring-cloud-sleuth-zipkin-stream
2015-10-01 14:23:56 +01:00
- name : Cloud Messaging
bom : cloud-bom
versionRange : "1.2.3.RELEASE"
content :
- name : Cloud Bus AMQP
id : cloud-bus-amqp
description : A simple control bus with AMQP and spring-cloud-bus-amqp
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-bus-amqp
- name : Cloud Bus Redis
id : cloud-bus-redis
description : A simple control bus with Redis and spring-cloud-bus
versionRange : "(1.3.0.M5,9999.9.9.RELEASE]"
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-bus-redis
- name : Cloud Bus Kafka
id : cloud-bus-kafka
description : A simple control bus with Kafka and spring-cloud-bus
versionRange : "(1.3.0.M5,9999.9.9.RELEASE]"
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-bus-kafka
2015-09-03 09:50:07 +01:00
- name : Stream Rabbit
id : cloud-stream-binder-rabbit
2016-02-01 04:10:33 -08:00
description : Messaging microservices with RabbitMQ
2015-09-03 09:50:07 +01:00
versionRange : 1.3 .0 .M4
groupId : org.springframework.cloud
2015-09-03 12:41:26 +01:00
artifactId : spring-cloud-starter-stream-rabbit
2015-09-03 09:50:07 +01:00
- name : Stream Redis
id : cloud-stream-binder-redis
2015-09-30 14:42:00 +02:00
description : Messaging microservices with Redis
2015-09-03 09:50:07 +01:00
versionRange : 1.3 .0 .M4
groupId : org.springframework.cloud
2015-09-03 12:41:26 +01:00
artifactId : spring-cloud-starter-stream-redis
2015-09-03 09:50:07 +01:00
- name : Stream Kafka
id : cloud-stream-binder-kafka
2015-09-30 14:42:00 +02:00
description : Messaging microservices with Kafka
2015-09-03 09:50:07 +01:00
versionRange : 1.3 .0 .M4
groupId : org.springframework.cloud
2015-09-03 12:41:26 +01:00
artifactId : spring-cloud-starter-stream-kafka
2015-10-01 14:23:56 +01:00
- name : Cloud AWS
bom : cloud-bom
versionRange : "1.2.3.RELEASE"
content :
- name : AWS Core
id : cloud-aws
description : AWS native services from spring-cloud-aws
2015-09-03 09:50:07 +01:00
groupId : org.springframework.cloud
2015-10-01 14:23:56 +01:00
artifactId : spring-cloud-starter-aws
- name : AWS JDBC
id : cloud-aws-jdbc
description : Relational databases on AWS with RDS and spring-cloud-aws-jdbc
2015-09-03 09:50:07 +01:00
groupId : org.springframework.cloud
2015-10-01 14:23:56 +01:00
artifactId : spring-cloud-starter-aws-jdbc
- name : AWS Messaging
id : cloud-aws-messaging
description : Messaging on AWS with SQS and spring-cloud-aws-messaging
2015-09-03 09:50:07 +01:00
groupId : org.springframework.cloud
2015-10-01 14:23:56 +01:00
artifactId : spring-cloud-starter-aws-messaging
2016-02-01 12:48:57 -08:00
- name : Cloud Data Flow
bom : cloud-dataflow-bom
2016-02-02 10:30:47 +01:00
versionRange : "1.3.2.RELEASE"
2016-02-01 12:48:57 -08:00
content :
- name : Local Data Flow Server
id : cloud-dataflow-server-local
description : Local Data Flow Server implementation
groupId : org.springframework.cloud
artifactId : spring-cloud-starter-dataflow-server-local
2015-10-01 14:23:56 +01:00
- name : Cloud Cluster
bom : cloud-bom
versionRange : "1.3.0.M4"
content :
2015-09-03 12:41:26 +01:00
- name : Cluster Redis
id : cloud-cluster-redis
2015-09-30 14:42:00 +02:00
description : Leadership election and global state with Redis and spring-cloud-cluster-redis
2015-09-03 12:41:26 +01:00
versionRange : 1.3 .0 .M4
groupId : org.springframework.cloud
artifactId : spring-cloud-cluster-redis
- name : Cluster Zookeeper
id : cloud-cluster-zookeeper
2015-09-30 14:42:00 +02:00
description : Leadership election and global state with Zookeeper and spring-cloud-cluster-zookeeper
2015-09-03 12:41:26 +01:00
versionRange : 1.3 .0 .M4
groupId : org.springframework.cloud
artifactId : spring-cloud-cluster-zookeeper
- name : Cluster Hazelcast
id : cloud-cluster-hazelcast
2015-09-30 14:42:00 +02:00
description : Leadership election and global state with Hazelcast and spring-cloud-cluster-hazelcast
2015-09-03 12:41:26 +01:00
versionRange : 1.3 .0 .M4
groupId : org.springframework.cloud
artifactId : spring-cloud-cluster-hazelcast
2016-03-09 12:41:24 +05:30
- name : Cluster Etcd
id : cloud-cluster-etcd
description : Leadership election and global state with Etcd and spring-cloud-cluster-etcd
versionRange : 1.3 .0 .M4
groupId : org.springframework.cloud
artifactId : spring-cloud-cluster-etcd
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
2015-09-30 14:42:00 +02:00
description : spring-social-facebook
2015-10-01 11:41:28 +02:00
weight : 25
2014-06-27 21:01:01 +02:00
- name : LinkedIn
2014-08-19 04:07:13 +02:00
id : social-linkedin
2015-09-30 14:42:00 +02:00
description : spring-social-linkedin
2014-06-27 21:01:01 +02:00
- name : Twitter
2014-08-19 04:07:13 +02:00
id : social-twitter
2015-09-30 14:42:00 +02:00
description : spring-social-twitter
2015-02-24 16:45:25 +01:00
- name : I/O
content :
- name : Batch
id : batch
2015-09-30 14:42:00 +02:00
description : Spring Batch including HSQLDB database
2015-02-24 16:45:25 +01:00
- name : Integration
id : integration
2015-09-30 14:42:00 +02:00
description : Common spring-integration modules
2015-11-12 12:24:20 +01:00
- name : Activiti
id : activiti-basic
description : Activiti BPMN workflow engine
groupId : org.activiti
artifactId : activiti-spring-boot-starter-basic
version : 5.19 .0
2015-11-02 16:58:53 +01:00
- name : JMS (Artemis)
id : artemis
description : Java Message Service API via Apache Artemis
versionRange : 1.3 .0 .M2
- name : JMS (HornetQ)
2015-02-24 16:45:25 +01:00
id : hornetq
2015-09-30 14:42:00 +02:00
description : Java Message Service API via HornetQ
2015-02-24 16:45:25 +01:00
- name : AMQP
id : amqp
2015-09-30 14:42:00 +02:00
description : Advanced Message Queuing Protocol via spring-rabbit
2015-02-24 16:45:25 +01:00
- name : Mail
id : mail
2015-09-30 14:42:00 +02:00
description : javax.mail
2015-02-24 16:45:25 +01:00
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-09-03 17:46:25 +01:00
- name : Actuator Docs
id : actuator-docs
description : API documentation for the Actuator endpoints
versionRange : 1.3 .0 .M4
groupId : org.springframework.boot
artifactId : spring-boot-actuator-docs
2014-06-27 21:01:01 +02:00
- name : Remote Shell
2014-08-19 04:07:13 +02:00
id : remote-shell
2015-09-30 14:42:00 +02:00
description : CRaSH shell integration
2014-05-28 19:25:35 +01:00
types :
2014-08-19 04:07:13 +02:00
- 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
2015-09-30 10:39:46 +02:00
- name : Maven POM
id : maven-build
description : Generate a Maven pom.xml
sts-id : pom.xml
2014-10-30 11:15:47 +01:00
tags :
2015-09-30 10:39:46 +02:00
build : maven
2014-10-30 11:15:47 +01:00
format : build
2014-08-19 04:07:13 +02:00
default : false
2015-09-30 10:39:46 +02:00
action : /pom.xml
2014-08-19 04:07:13 +02:00
- 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
2015-09-30 10:39:46 +02:00
- name : Gradle Config
id : gradle-build
description : Generate a Gradle build file
sts-id : build.gradle
tags :
build : gradle
format : build
default : false
action : /build.gradle
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 :
2015-06-06 22:04:42 -04:00
- id : 1.8
default : true
2015-09-30 10:39:46 +02:00
- id : 1.7
2014-08-18 16:14:17 +02:00
default : false
2015-09-30 10:39:46 +02:00
- id : 1.6
default : false
languages :
2014-05-30 09:50:24 +01:00
- name : Java
2014-08-18 16:14:17 +02:00
id : java
default : true
2015-09-30 10:39:46 +02:00
- name : Groovy
id : groovy
default : false
2015-11-19 11:50:34 +01:00
- name : Kotlin
id : kotlin
default : false
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