diff --git a/initializr-service/application.yml b/initializr-service/application.yml index e41fb855..a2f0dd9e 100644 --- a/initializr-service/application.yml +++ b/initializr-service/application.yml @@ -167,7 +167,7 @@ initializr: content: - name: Cloud Connectors id: cloud-connectors - description: Simplifies connecting to services in cloud platforms + description: Simplifies connecting to services in cloud platforms, including spring-cloud-connector and spring-cloud-cloudfoundry-connector versionRange: 1.2.0.RELEASE - name: Cloud Bootstrap id: cloud-starter @@ -181,12 +181,12 @@ initializr: artifactId: spring-cloud-starter-config - name: Config Server id: cloud-config-server - description: Support for spring-cloud-config Server + description: Support for spring-cloud-config Server, central management for configuration via a git or svn backend groupId: org.springframework.cloud artifactId: spring-cloud-config-server - name: Eureka Discovery id: cloud-eureka - description: Support for spring-cloud-netflix Eureka + description: Support for service discovery using spring-cloud-netflix and Eureka groupId: org.springframework.cloud artifactId: spring-cloud-starter-eureka - name: Eureka Server @@ -196,67 +196,67 @@ initializr: artifactId: spring-cloud-starter-eureka-server - name: AWS id: cloud-aws - description: Support for spring-cloud-aws + description: Support for AWS native services from spring-cloud-aws groupId: org.springframework.cloud artifactId: spring-cloud-starter-aws - name: Feign id: cloud-feign - description: Support for spring-cloud-netflix Feign + description: Support for declarative REST clients with spring-cloud-netflix Feign groupId: org.springframework.cloud artifactId: spring-cloud-starter-feign - name: Hystrix id: cloud-hystrix - description: Support for spring-cloud-netflix Hystrix + description: Support for circuit breaker with spring-cloud-netflix Hystrix groupId: org.springframework.cloud artifactId: spring-cloud-starter-hystrix - name: Hystrix Dashboard id: cloud-hystrix-dashboard - description: Support for spring-cloud-netflix Hystrix Dashboard + description: Support for circuit breaker dashboard with spring-cloud-netflix Hystrix groupId: org.springframework.cloud artifactId: spring-cloud-starter-hystrix-dashboard - name: OAuth2 id: cloud-oauth2 - description: Support for spring-cloud-security OAuth2 + description: Support for OAuth2 and distributed application patterns with spring-cloud-security groupId: org.springframework.cloud artifactId: spring-cloud-starter-oauth2 - name: Ribbon id: cloud-ribbon - description: Support for spring-cloud-netflix Ribbon + description: Support for client side load balancing with spring-cloud-netflix and Ribbon groupId: org.springframework.cloud artifactId: spring-cloud-starter-ribbon - name: Turbine id: cloud-turbine - description: Support for spring-cloud-netflix Turbine + description: Support for circuit breaker metric aggregation using spring-cloud-netflix with Turbine and server-sent events groupId: org.springframework.cloud artifactId: spring-cloud-starter-turbine - name: Turbine AMQP id: cloud-turbine-amqp - description: Support for spring-cloud-netflix Turbine AMQP + description: Support for circuit breaker metric aggregation using spring-cloud-netflix with Turbine and AMQP groupId: org.springframework.cloud artifactId: spring-cloud-starter-turbine-amqp - name: Zuul id: cloud-zuul - description: Support for spring-cloud-netflix Zuul + description: Support for intelligent and programmable routing with spring-cloud-netflix Zuul groupId: org.springframework.cloud artifactId: spring-cloud-starter-zuul - name: AWS JDBC id: cloud-aws-jdbc - description: Support for spring-cloud-aws-jdbc + description: Support for relational databases on AWS with RDS and spring-cloud-aws-jdbc groupId: org.springframework.cloud artifactId: spring-cloud-starter-aws-jdbc - name: AWS Messaging id: cloud-aws-messaging - description: Support for spring-cloud-aws-messaging + description: Support for messaging on AWS with SQS and spring-cloud-aws-messaging groupId: org.springframework.cloud artifactId: spring-cloud-starter-aws-messaging - name: Cloud Bus AMQP id: cloud-bus-amqp - description: Support for spring-cloud-bus-amqp + description: Support for a simple control bus with AMQP with spring-cloud-bus-amqp groupId: org.springframework.cloud artifactId: spring-cloud-starter-bus-amqp - name: Cloud Security id: cloud-security - description: Support for spring-cloud-security + description: Support for secure load balancing and routing with spring-cloud-security groupId: org.springframework.cloud artifactId: spring-cloud-starter-security - name: Cloud Foundry Discovery @@ -267,79 +267,79 @@ initializr: artifactId: spring-cloud-cloudfoundry-discovery - name: Sleuth id: cloud-starter-sleuth - description: Support for spring-cloud-sleuth (distributed tracing via logs) + description: Support for distributed tracing via logs with spring-cloud-sleuth versionRange: 1.3.0.M4 groupId: org.springframework.cloud artifactId: spring-cloud-starter-sleuth - name: Zipkin id: cloud-starter-zipkin - description: Support for spring-cloud-sleuth-zipkin (distributed tracing via Zipkin) + description: Support for distributed tracing via Zipkin and spring-cloud-sleuth-zipkin versionRange: 1.3.0.M4 groupId: org.springframework.cloud artifactId: spring-cloud-starter-zipkin - name: Stream Rabbit id: cloud-stream-binder-rabbit - description: Support for spring-cloud-stream-binder-rabbit (messaging microservices with RabbitMQ) + description: Support for messaging microservices with RabbitMQ with spring-cloud-stream-binder-rabbit versionRange: 1.3.0.M4 groupId: org.springframework.cloud artifactId: spring-cloud-starter-stream-rabbit - name: Stream Redis id: cloud-stream-binder-redis - description: Support for spring-cloud-stream-binder-redis (messaging microservices with Redis) + description: Support for messaging microservices with Redis with spring-cloud-stream-binder-redis versionRange: 1.3.0.M4 groupId: org.springframework.cloud artifactId: spring-cloud-starter-stream-redis - name: Stream Kafka id: cloud-stream-binder-kafka - description: Support for spring-cloud-stream-binder-kafka (messaging microservices with Kafka) + description: Support for messaging microservices with Kafka spring-cloud-stream-binder-kafka versionRange: 1.3.0.M4 groupId: org.springframework.cloud artifactId: spring-cloud-starter-stream-kafka - name: Consul Discovery id: cloud-starter-consul-discovery - description: Support for spring-cloud-consul-discovery (service discovery with Hashicorp Consul) + description: Support for service discovery with Hashicorp Consul and spring-cloud-consul-discovery versionRange: 1.3.0.M4 groupId: org.springframework.cloud artifactId: spring-cloud-starter-consul-discovery - name: Consul Configuration id: cloud-starter-consul-config - description: Support for spring-cloud-consul-config (configuration management with Hashicorp Consul) + description: Support for configuration management with Hashicorp Consul and spring-cloud-consul-config versionRange: 1.3.0.M4 groupId: org.springframework.cloud artifactId: spring-cloud-starter-consul-config - name: Consul Bus id: cloud-starter-consul-bus - description: Support for spring-cloud-consul-bus (inter instance control events with Hashicorp Consul) + description: Support for control bus with Hashicorp Consul and spring-cloud-consul-bus versionRange: 1.3.0.M4 groupId: org.springframework.cloud artifactId: spring-cloud-starter-consul-bus - name: Zookeeper Discovery id: cloud-starter-zookeeper-discovery - description: Support for spring-cloud-zookeeper-discovery (service discovery with Zookeeper) + description: Support for service discovery with Zookeeper and spring-cloud-zookeeper-discovery versionRange: 1.3.0.M4 groupId: org.springframework.cloud artifactId: spring-cloud-starter-zookeeper-discovery - name: Zookeeper Configuration id: cloud-starter-zookeeper-config - description: Support for spring-cloud-zookeeper-config (configuration management with Zookeeper) + description: Support for 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: Cluster Redis id: cloud-cluster-redis - description: Support for spring-cloud-cluster-redis (leadership election and global state with Redis) + description: Support for leadership election and global state with Redis and spring-cloud-cluster-redis versionRange: 1.3.0.M4 groupId: org.springframework.cloud artifactId: spring-cloud-cluster-redis - name: Cluster Zookeeper id: cloud-cluster-zookeeper - description: Support for spring-cloud-cluster-zookeeper (leadership election and global state with Zookeeper) + description: Support for leadership election and global state with Zookeeper and spring-cloud-cluster-zookeeper versionRange: 1.3.0.M4 groupId: org.springframework.cloud artifactId: spring-cloud-cluster-zookeeper - name: Cluster Hazelcast id: cloud-cluster-hazelcast - description: Support for spring-cloud-cluster-hazelcast (leadership election and global state with Hazelcast) + description: Support for leadership election and global state with Hazelcast and spring-cloud-cluster-hazelcast versionRange: 1.3.0.M4 groupId: org.springframework.cloud artifactId: spring-cloud-cluster-hazelcast