Skip to content

Commit

Permalink
feat test properties
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesecrust committed Jan 25, 2024
1 parent d17808a commit 4a196bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/main/resources/application-test.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
spring.datasource.url= jdbc:mysql://localhost:3306/test_database
spring.datasource.username= test_user
spring.datasource.password= test_password
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
server.port = 8080
spring.datasource.url=jdbc:mysql://localhost:3306/eumBank?createDatabaseIfNotExist=TRUE&useSSL=false&allowPublicKeyRetrieval=true&characterEncoding=UTF-8&serverTimezone=Asia/Seoul
spring.datasource.username=root
spring.datasource.password=wodyd78910**
spring.datasource.password=0810
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jackson.time-zone=Asia/Seoul
# ??? SQL ?? ??
Expand Down

0 comments on commit 4a196bf

Please sign in to comment.