source: src/main/resources/application.properties

Last change on this file was 77205be, checked in by gjoko kostadinov <gjokokostadinov@…>, 6 months ago

Add entire code

  • Property mode set to 100755
File size: 350 bytes
RevLine 
[77205be]1spring.datasource.url=jdbc:postgresql://localhost:5432/schedlr
2spring.datasource.username=gjoko
3spring.datasource.password=gjoko
[cf9cdbf]4
[044bd76]5spring.sql.init.mode=never
[401a211]6
[044bd76]7spring.jpa.hibernate.ddl-auto=validate
[cf9cdbf]8spring.jpa.show-sql=true
9spring.jpa.properties.hibernate.format_sql=true
10spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
Note: See TracBrowser for help on using the repository browser.