|
@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
* @author: gaodm
|
|
* @author: gaodm
|
|
* @time: 2018/10/25 9:56
|
|
* @time: 2018/10/25 9:56
|
|
*/
|
|
*/
|
|
-@FeignClient(name = "AI", url = "http://192.168.2.234:8080", fallback = AIServiceHystrix.class)
|
|
|
|
|
|
+@FeignClient(name = "AI", url = "${ai.server.address}", fallback = AIServiceHystrix.class)
|
|
public interface AIServiceClient {
|
|
public interface AIServiceClient {
|
|
|
|
|
|
@PostMapping(value = "/web/doc/algorithm/neural")
|
|
@PostMapping(value = "/web/doc/algorithm/neural")
|