Skip to content

Commit

Permalink
Build: DB 연결 임시 비활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
uuujini committed Jul 23, 2024
1 parent d4c709a commit dfaee9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ spring:
format_sql: true
show_sql: true

datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: 'jdbc:mysql://localhost:3306/join_db?serverTimezone=Asia/Seoul&characterEncoding=UTF-8'
username: root
password: password
# datasource:
# driver-class-name: com.mysql.cj.jdbc.Driver
# url: 'jdbc:mysql://localhost:3306/join_db?serverTimezone=Asia/Seoul&characterEncoding=UTF-8'
# username: root
# password: password

api:
prefix: /api/v1

0 comments on commit dfaee9e

Please sign in to comment.