Skip to content

Instantly share code, notes, and snippets.

@shlee0882
Last active February 14, 2021 04:41

Revisions

  1. shlee0882 renamed this gist Feb 14, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. shlee0882 created this gist Feb 14, 2021.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    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