Skip to content

Instantly share code, notes, and snippets.

View maketheworldwise's full-sized avatar
🏎️
Running my engine

Kevin Ahn maketheworldwise

🏎️
Running my engine
View GitHub Profile
@maketheworldwise
maketheworldwise / README.md
Last active June 11, 2023 14:41
[Spring] 환경별 다중 application.yml 설정

개발환경별 application.yml 설정 방법

spring:
  profiles:
    active: local

  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
 url: jdbc:mysql://localhost:3306?useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=UTC
⭐ Total Stars: 12
➕ Total Commits: 837
🔀 Total PRs: 83
🚩 Total Issues: 63
📦 Contributed to: 0
🌞 Morning 13 commits ▋░░░░░░░░░░░░░░░░░░░░ 3.4%
🌆 Daytime 178 commits █████████▋░░░░░░░░░░░ 46.4%
🌃 Evening 85 commits ████▋░░░░░░░░░░░░░░░░ 22.1%
🌙 Night 108 commits █████▉░░░░░░░░░░░░░░░ 28.1%