Skip to content

Commit

Permalink
backend: application.properties refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
drudilorenzo committed Jun 24, 2022
1 parent 1059fc7 commit 47ca01c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
spring.datasource.url=jdbc:mysql://localhost:3306/portify <- WRITE-HERE-THE-DB-NAME
spring.datasource.username=root <- WRITE-HERE-THE-USERNAME
spring.datasource.password=root <- WRITE-HERE-THE-PASSWORD

spring.datasource.url=jdbc:mysql://localhost:3306/portify
spring.datasource.username={insert here the username}
spring.datasource.password={insert here the password}
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect

Expand Down

0 comments on commit 47ca01c

Please sign in to comment.