Search

application.yml 에 database 연결하기

태그
MySQL
spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:{포트 이름}/{스키마 이름}?useSSL=false&serverTimezone=Asia/Seoul&characterEncoding=UTF-8 username: password:
Plain Text
복사