|
|
|
@ -10,8 +10,6 @@ import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestBody; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
|
|
|
|
import javax.validation.Valid; |
|
|
|
|
|
|
|
@FeignClient("eureka-client-dating-agency-mall") |
|
|
|
@RequestMapping("dating-agency-mall") |
|
|
|
public interface MallServerApplicationService { |
|
|
|
|