Create a ZoneQueryService Interface and annotate it with Spring Integration. See ZoneController in measurement/controller module.
Gateway should use the following end points
ZoneDTO getZone(@PathVariable("id") final String id) throws ZoneNotFoundException, DatabaseUnavailableException
Create a ZoneQueryService Interface and annotate it with Spring Integration. See ZoneController in measurement/controller module. Gateway should use the following end points
ZoneDTO getZone(@PathVariable("id") final String id) throws ZoneNotFoundException, DatabaseUnavailableException
[x] Define the interface
[x] Place a SI Configuration next to the ZoneQueryService Interface and configure it properly.
[x] Test the ZoneQueryService at localhost.
[x] Use Annotation Configuration
[x] URL should not be encoded directly.