[Spring] XML Mapper로 DB에서 정보 조회하는 기능 구현 (Controller, DAO, DTO, Service, Mybatis)
MVC 구조 알아보기 jione-e.tistory.com/122 [Spring] Spring Framework MVC - Controller, Service, DTO(=VO), DAO Sping Framework MVC 모델 Controller : 클라이언트(Client)에서 요청(Request)이 들어올 때, 해당 요청을 수행할 비즈니스 로직을 제어(Handling)하는 객체 Service : 서비스 레이어 단에서 세분화된 비즈니스.. jione-e.tistory.com DB 구축 MySQL에 DB CREATE하고, 데이터 INSERT * aid는 artist 고유 번호 (1=IU, 2=BTS, 3=오마이걸) DTO 구현 [VideoDTO.java] import lombok.Data; @Data pub..
2021. 3. 2.