SHARE
TWEET
Untitled
a guest
May 25th, 2016
11
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- @RequestMapping("get-users-list")
- public UsersListDto getUsersList(){
- UsersListDto res = new UsersListDto();
- List<User> users = userDao.findAll();
- res.setListUsers(users);
- System.out.println(res);
- return res;
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
