main > resources> templates > application. yml
(application.properties로도 작성이 가능하나, yml이 좀더 대세라고 합니다.)
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/example?serverTimezone=UTC&characterEncoding=UTF-8
username: root
password: 1234
'Spring' 카테고리의 다른 글
maven 정리 (3) (0) | 2023.02.05 |
---|---|
maven 정리 (2) (0) | 2023.02.05 |
maven 정리 (0) | 2023.02.04 |
의존성 주입과 초기화 (0) | 2022.07.26 |
스프링 : AOP (0) | 2022.07.22 |