본문 바로가기
목차
Spring/Spring boot

스프링부트 강좌 6강(블로그 프로젝트) - MySQL 스프링연결

by 지각생 2022. 1. 21.
728x90

출처:

https://www.youtube.com/watch?v=G6fgEiI_pEA&list=PL93mKxaRDidECgjOBjPgI3Dyo8ka6Ilqm&index=8

 

 


spring:
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://localhost:3306/blog?serverTimezone=Asia/Seoul
    username: cos
    password: cos1234


이게 yaml 방식이란 듯?

728x90

댓글