Skip to content

Commit

Permalink
Merge pull request #38 from djkeh/feature/37-jaws-db
Browse files Browse the repository at this point in the history
[헤로쿠] MySQL DB AddOn 을 ClearDB -> JawsDB 로 이관
  • Loading branch information
djkeh authored Jan 14, 2024
2 parents a9a5aa4 + 9c9d97d commit 739219e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ spring.devtools.restart.quiet-period=800ms

spring.config.activate.on-profile=alpha

spring.jpa.hibernate.ddl-auto=validate
spring.datasource.url=jdbc:mysql://b2fe33867c5eb6:3bf314b4@us-cdbr-east-04.cleardb.com/heroku_74931efe97faf8e?reconnect=true
spring.datasource.username=root
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=create
spring.datasource.url=${JAWSDB_URL}
spring.sql.init.mode=never

0 comments on commit 739219e

Please sign in to comment.