Skip to content

Commit

Permalink
Test: 테스트용 yml 파일을 생성한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZAMBAs committed Dec 15, 2023
1 parent 7643d3c commit 41e8704
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
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: 1234
url: jdbc:mysql://localhost:3306/test
url: jdbc:mysql://localhost:3306/prod
jpa:
properties:
hibernate:
Expand Down
11 changes: 11 additions & 0 deletions src/test/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: 1234
url: jdbc:mysql://localhost:3306/test
jpa:
properties:
hibernate:
show_sql: true
format_sql: true

0 comments on commit 41e8704

Please sign in to comment.