Skip to content

Instantly share code, notes, and snippets.

@shlee0882
Last active February 14, 2021 04:41
application-local.yml
spring:
config:
use-legacy-processing: true
profiles: local
datasource:
url: jdbc:mysql://localhost:3306/test?serverTimezone=Asia/Seoul
username: root
password: Abcd123@
driver-class-name: com.mysql.cj.jdbc.Driver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment