Skip to content

Commit 411ad0f

Browse files
committed
chore: 시크릿 키 활용을 위해 dev 프로필 yml 파일 하나로 합침
1 parent 0b17f98 commit 411ad0f

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

src/main/resources/application-dev.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/main/resources/application.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ spring:
8686
on-profile: dev
8787

8888
datasource:
89-
url: ${mysql.url}
90-
username: ${mysql.username}
91-
password: ${mysql.password}
89+
url: jdbc:mysql://localhost:3307/log4u
90+
username: dev
91+
password: devcos4-team08
9292
driver-class-name: com.mysql.cj.jdbc.Driver
9393

9494
jpa:
9595
hibernate:
96-
ddl-auto: update
96+
ddl-auto: create
9797

9898
security:
9999
oauth2:

0 commit comments

Comments
 (0)