https://www.mysql.com/downloads/
MySQL :: MySQL Downloads
Contact MySQL | Login | Register The world's most popular open source database MySQL.com Downloads Documentation Developer Zone MySQL Enterprise Edition includes the most comprehensive set of advanced features and management tools for MySQL. MySQL Data
www.mysql.com
에서 MySQL Community Downloads - MySQL Community Server - Mysql Installer MSI - 용량큰거 설치
Developer Default - Execute and Next - Standalone - 3306(default) - Execute and Next - 설치완료
JDBC드라이버 확인(처음 설치시에만 자동으로 다운로드 되고 아닐경우 다운받아야함) - C:\Program Files (x86)\MySQL\Connector J 8.0
pom.xml에 mysql connector, spring jdbc 추가
Maven Repository: org.springframework » spring-jdbc
mvnrepository.com
버전에 맞게 복사하여 pom.xml에 붙여넣기
Spring에서 MyBatis를 하기위해 필요한 라이브러리(pom.xml)
MyBatis
MyBatis-Spring
spring-jdbc(기존에 추가함)
테스트를 위한 Spring-test
를 추가해준다.
유의사항은 MyBatis라이브러리를 다운받고 MyBatis-Spring을 추가해준다.(라이브러리가 꼬일수있음)
'IT관련 > 스프링 프레임워크' 카테고리의 다른 글
MySQL 시간대 오류 문제 : 서버 시간대 값 'Öйú ± ê × ¼Ê 가 인식되지 않거나 둘 이상을 나타냅니다 (0) | 2020.05.04 |
---|---|
스프링 Maven 업데이트후 자바버전이 바뀌는문제 (0) | 2020.04.22 |
스프링 mysql설정(Database) 2 (0) | 2020.04.22 |
톰캣 startup.bat 실행시 한글깨질때 방법 (0) | 2020.04.22 |
스프링 설치와 개발환경 (0) | 2020.04.22 |
댓글