cambridgeweblab / api-schema

Self-describing RESTful web APIs with bounded contexts using JSON Schema, including generation of schema from resource classes, a module for managing web forms described by JSON schema, and a way of representing links between entities in different contexts.
Apache License 2.0
1 stars 0 forks source link

Add support for cross text resolution/conversion using Spring Cloud Netflix Eureka #1

Open tapina opened 6 years ago

tapina commented 6 years ago

As an alternative to the use of application properties to register URN to URL mappings, provide the ability to use a Eureka server to convert and also register when mapping annotations are scanned. This will probably require being opinionated about the format of URNs.

nealeu commented 4 years ago

@tapina It looks as though all could be using the service registry and discovery client abstractions as per https://docs.spring.io/spring-cloud-commons/docs/2.2.4.RELEASE/reference/html/#spring-cloud-commons-common-abstractions.