source: src/main/resources/application.properties@ 9050790

Last change on this file since 9050790 was cc52b09, checked in by Gjoko Kostadinov <gjoko.kostadinov@…>, 17 months ago

Add search button functionality

  • Property mode set to 100644
File size: 355 bytes
RevLine 
[cc52b09]1spring.datasource.url=jdbc:postgresql://localhost:5433/schedlr
[cf9cdbf]2spring.datasource.username=postgres
[cc52b09]3spring.datasource.password=silic0n
[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.