15 lines
993 B
Plaintext
15 lines
993 B
Plaintext
Spring Cloud Stream Starters are curated sets of dependencies focused on a particular type of workload.
|
|
Including a starter on your classpath is really just a shorthand for including its dependencies, but it makes it easier to organize your code and easier to remember what the dependencies are for.
|
|
(See also http://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters[Spring Boot starter projects].) Starters provided include:
|
|
|
|
* spring-cloud-starter-stream-kafka
|
|
* spring-cloud-starter-stream-rabbit
|
|
|
|
== Contributing
|
|
|
|
We love contributions.
|
|
Follow this https://github.com/spring-cloud/spring-cloud-commons#contributing[link] for more information on how to contribute.
|
|
|
|
== Code of Conduct
|
|
This project adheres to the Contributor Covenant https://github.com/spring-cloud/spring-cloud-stream/blob/master/CODE_OF_CONDUCT.adoc[code of conduct]. By participating, you are expected to uphold this code. Please report unacceptable behavior to spring-code-of-conduct@pivotal.io.
|