intelliji - MySQL 연결
1. application.properties 설정
spring.datasource.url=jdbc:mysql://localhost
spring.datasource.username=root
spring.datasource.password=1234
server.port=8080
2. Build.gradle 설정
runtimeOnly 'mysql:mysql-connector-java'
3. database 연결

4. Context 실행

'Environment > Spring' 카테고리의 다른 글
| gradle application task build 방법 (0) | 2023.11.24 |
|---|---|
| Mac) MySQL 설치 (0) | 2023.05.06 |
| 환경 세팅) IntelliJ 설치 (0) | 2022.07.25 |