Skip to content

Commit

Permalink
chore: RDS로 연결할 수 있도록 세팅 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sallyjellyy committed Jun 1, 2021
1 parent 0203e34 commit f03ccdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BE/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/airbnb?characterEncoding=UTF-8
spring.datasource.username=root
spring.datasource.password=codesquad1
spring.datasource.url=jdbc:mysql://airbnb-rds-database.cpyx6pi0gdkw.ap-northeast-2.rds.amazonaws.com:3306/airbnb?characterEncoding=UTF-8
spring.datasource.username=airbnb
spring.datasource.password=airbnb18

logging.level.com.codesquad.airbnb.*=debug
logging.level.org.springframework.jdbc.*=trace

0 comments on commit f03ccdc

Please sign in to comment.