앞에서 생성한 WAS의 UserProfile Data를 MySQL 과 MyBatis 를 사용하여 database로 저장해 보겠습니다. :: https://kakaroo.tistory.com/14?category=1001571 MyBatis ? https://kakaroo.tistory.com/16 MyBatis MyBatis는? 쿼리 기반 웹 애플리케이션을 개발할 때 가장 많이 사용되는 SQL 매퍼(Mapper) 프레임워크입니다. 객체 지향 언어인 자바의 관계형 데이터베이스 프로그래밍을 좀 더 쉽게 할 수 있게 도 kakaroo.tistory.com 1. 라이브러리 Dependency 추가 필요 - MySQL 라이브러리 - Database 연동을 위해 사용할 SQLMapping 기술을 제공하는 MyBat..