더북(TheBook)

CommentService와 같은 로직으로 UserService 클래스를 정의하는 코드는 다음과 같다.

@Service
public class UserService {

    @Autowired
    private CommentRepository commentRepository;

    public CommentRepository getCommentRepository() {
        return commentRepository;
    }
}
신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.