Skip to content

IntelliJ 프로젝트 환경변수 설정

재우 edited this page Jul 31, 2024 · 1 revision

application.yml 설정

spring:
  config:
    activate:
      on-profile: default
  datasource:
    url: jdbc:mysql://localhost:${MYSQL_HOST_PORT}/code_zap?serverTimezone=Asia/Seoul
    username: root
    password: ${MYSQL_PASSWORD}
    driver-class-name: com.mysql.cj.jdbc.Driver
  jpa:
    hibernate:
      ddl-auto: create
    properties:
      hibernate:
        format_sql: true
        show_sql: true

환경변수 설정

1

Screenshot 2024-07-31 at 2 22 14 PM

2

Screenshot 2024-07-31 at 2 22 50 PM

⚡️ 코드zap

프로젝트

규칙 및 정책

공통

백엔드

프론트엔드

매뉴얼

백엔드

기술 문서

백엔드

프론트엔드

회의록


Clone this wiki locally