Fix wrong artifact

This commit is contained in:
Toshiaki Maki
2016-11-22 01:57:21 +09:00
committed by GitHub
parent c6e0c74626
commit a97c7b204e

View File

@@ -1240,7 +1240,7 @@ A schema is referenceable as a tuple consisting of:
==== Schema Registry Server
Spring Cloud Stream provides a schema registry server implementation.
In order to use it, you can simply add the `spring-cloud-stream-server` artifact to your project and use the `@EnableSchemaRegistryServer` annotation, adding the schema registry server REST controller to your application.
In order to use it, you can simply add the `spring-cloud-stream-schema-server` artifact to your project and use the `@EnableSchemaRegistryServer` annotation, adding the schema registry server REST controller to your application.
This annotation is intended to be used with Spring Boot web applications, and the listening port of the server is controlled by the `server.port` setting.
The `spring.cloud.stream.schema.server.path` setting can be used to control the root path of the schema server (especially when it is embedded in other applications).