point system service url setting

This commit is contained in:
Juyounglee95
2020-04-22 19:29:41 +09:00
committed by GitHub
parent 4377352510
commit 71e33de8a4

View File

@@ -12,10 +12,10 @@ import java.util.Date;
* Created by uengine on 2018. 11. 21..
*/
@FeignClient(name="point", url="http://localhost:8084")
@FeignClient(name="point", url="http://52.231.116.117:8080")
public interface PointSystemService {
@RequestMapping(method= RequestMethod.POST, path="/pointSystems", consumes = "application/json")
public void usePoints(@RequestBody PointSystem pointSystem);
}
}