localhost로 /users를 요청하면 요청이@RestController로 들어간다 그 후@RestController에 선언된 UserDaoService로 들어간다 서비스에서는 유저 요청된 정보를 반환하고 그걸 처리해서...
@RestController
데이터베이스 <-> 서비스 <-> 컨트롤러 <-> 뷰