|
@@ -5,7 +5,7 @@ import org.springframework.cloud.openfeign.FeignClient;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
|
|
|
|
|
-@FeignClient(url = "${feign.alienStore.url}", name = "alien-store")
|
|
|
|
|
|
|
+@FeignClient(url = "http://localhost:8888", name = "alien-store")
|
|
|
public interface AlienStoreFeign {
|
|
public interface AlienStoreFeign {
|
|
|
|
|
|
|
|
@GetMapping("/websocket/sendMsgToClientByPhoneId")
|
|
@GetMapping("/websocket/sendMsgToClientByPhoneId")
|