point system service url setting
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user