Skip to content

Commit

Permalink
Merge pull request #63 from nehbehl/patch-51
Browse files Browse the repository at this point in the history
Update application.properties
  • Loading branch information
SudKul authored Nov 21, 2024
2 parents 1c9cf8f + b5645a4 commit d98296d
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@

server.error.include-message=always
server.error.include-binding-errors=always

#Sample property values shown for datasource url, username and password
#'registration' in datasource url represents DB name created persistence provider like Postgres
#spring.datasource.url=jdbc:postgresql://localhost:5432/registration
#spring.datasource.username=postgres
#spring.datasource.password=postgres
spring.datasource.url=
spring.datasource.username=
spring.datasource.password=

spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.boot.allow_jdbc_metadata_access=false
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.format_sql=true

spring.show-sql=true

0 comments on commit d98296d

Please sign in to comment.