Interface NtsHelperLocationRestClient


  • @ConditionalOnProperty(prefix="nts.helper.location",
                           name="provider",
                           havingValue="org.nentangso.core.service.helper.location.NtsRestLocationProvider")
    @NtsAuthorizedFeignClient(name="nts-helper-location-rest",
                              url="${nts.helper.location.rest.api-base-url:http://localhost:8080}")
    public interface NtsHelperLocationRestClient
    • Method Detail

      • findAll

        @GetMapping(path="${nts.helper.location.rest.get-locations.uri:/api/locations}")
        org.springframework.http.ResponseEntity<List<NtsDefaultLocationDTO>> findAll()