Skip to content
Snippets Groups Projects

Pa 165 security

Merged Marek Žákovic requested to merge pa-165-security into master
Files
55
@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
@FeignClient(name = "InventoryManagementClient", url = "$inventory-management.url")
@FeignClient(name = "InventoryManagementClient", url = "${inventory-management.url}")
public interface InventoryManagementClient {
@GetMapping("/wine/code/{wineExtId}")
WineDTO getWineProduct(@PathVariable Long wineExtId);
Loading