Ajax is used to load data from the server asynchoronously without reloading the entire page
using http get request . Ajax also used to send data using http post request.
------Controller------------- @RestController @RequestMapping("/items") public class ItemController { private final ItemServic...
No comments:
Post a Comment