Merge branch 'Feature/Add_Rest_Api_with_Java_client' of https://github.com/bsinno/hawkbit into Feature/Add_Rest_Api_with_Java_client

This commit is contained in:
SirWayne
2016-04-27 15:39:44 +02:00
15 changed files with 375 additions and 232 deletions

View File

@@ -17,5 +17,5 @@ import org.springframework.cloud.netflix.feign.FeignClient;
@FeignClient(url = "${hawkbit.url:localhost:8080}/" + MgmtTargetClientResource.PATH)
public interface MgmtTargetClientResource extends MgmtTargetRestApi {
static String PATH = "/rest/v1/targets";
static String PATH = "rest/v1/targets";
}