728x90 반응형 db연결1 [SpringBoot] MySQL 연동하기 1. MySQL dependencies 추가 build.gradle에 dependency를 추가합니다. dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-web' runtimeOnly 'com.mysql:mysql-connector-j' // MySQL dependencies annotationProcessor 'org.projectlombok:lombok' testImplementation 'org.springframework.boot:spring-boot-starter-test' } 2. a.. 2023. 6. 8. 이전 1 다음 728x90 반응형