Fix wrong property for the root path of the schema server

This commit is contained in:
making
2016-11-23 04:19:42 +09:00
parent a97c7b204e
commit 6d8cb58bde

View File

@@ -44,7 +44,7 @@ import org.springframework.web.util.UriComponentsBuilder;
* @author Vinicius Carvalho
*/
@RestController
@RequestMapping(path = "${spring.cloud.stream.schema.server.prefix:}")
@RequestMapping(path = "${spring.cloud.stream.schema.server.path:}")
public class ServerController {
private final SchemaRepository repository;