@Controller public class ApiController extends Object
ApiController()
List<User>
getUsers()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ApiController()
@ResponseBody @RequestMapping(value="/api/users", method=GET, produces="application/json; charset=UTF-8") public List<User> getUsers()
Copyright © 2018. All rights reserved.