Skip to content

Commit

Permalink
chore: yaml 파일 분리 작업
Browse files Browse the repository at this point in the history
  • Loading branch information
shoeone96 committed Dec 21, 2023
1 parent 9d84240 commit e90a4d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: root
url: jdbc:mysql://localhost:3308/ootw
url: jdbc:mysql://localhost:3306/ootw
jpa:
hibernate:
ddl-auto: validate
Expand Down
10 changes: 10 additions & 0 deletions src/test/resources/application-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: root
url: jdbc:mysql://localhost:3306/ootw
jpa:
hibernate:
ddl-auto: validate
open-in-view: false

0 comments on commit e90a4d0

Please sign in to comment.