인프런 커뮤니티 질문&답변
MySql 오류 발생하시는 분은 이렇게 설정해보세요.
해결된 질문
작성
·
295
0
application.properties
# MySql setting
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/데이터베이스명?serverTimezone=UTC&characterEncoding=UTF-8
spring.datasource.username=계정명
spring.datasource.password=비밀번호





