반응형 Dependencies1 [에러] Spring에 MySQL 연결하기 (Gradle) Spring을 처음 배웠을 때, 인프런의 김영한 선생님 영상을 보고 배웠었다. 그때는 H2라는 DB에 연동해서 사용했었는데 뭔가 불편해서 평소에 내가 자주 사용했던 MySQL으로 DB를 바꾸고 싶었다. 목표 Spring에 Mysql 연결하기. (MySQL 설치는 스킵하겠다.) 문제상황 1. 코드 ~build.gradle 파일~ dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation 'org.springframework.boot:spring-boot-star.. 2024. 1. 3. 이전 1 다음 반응형