Skip to content

Commit

Permalink
Merge pull request #62 from IxxP-Girls/comment
Browse files Browse the repository at this point in the history
Fix: DB 주소 주석처리 해제
  • Loading branch information
diddnwjd committed Feb 20, 2024
2 parents da37d64 + 8fe6bd9 commit 7516ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
spring.profiles.include=dev

# aws rds
#spring.datasource.url=jdbc:mysql://culpop.c7w6eoa627sa.ap-northeast-2.rds.amazonaws.com:3306/culpop_backend?useSSL=false&characterEncoding=UTF-8&serverTimezone=UTC
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://culpop.c7w6eoa627sa.ap-northeast-2.rds.amazonaws.com:3306/culpop_backend?useSSL=false&characterEncoding=UTF-8&serverTimezone=UTC
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver

# mybatis
mybatis.type-aliases-package=com.ixxp.culpop.entity
Expand Down

0 comments on commit 7516ed8

Please sign in to comment.