source: Git/target/classes/application-prod.properties@ f25e8dd

main
Last change on this file since f25e8dd was e0ef1b1, checked in by Test <matonikolov77@…>, 2 years ago

Added CRUD for movies,persons,discussion,replies,genres
Added ajaxcalls

  • Property mode set to 100644
File size: 469 bytes
RevLine 
[e0ef1b1]1spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_wediscussmovies?currentSchema=project
[3ded84d]2spring.datasource.username=db_202122z_va_prj_wediscussmovies_owner
[2d57cad]3spring.datasource.password=7d8fb26b5697
4
[e0ef1b1]5
[2d57cad]6## default connection pool
7
8spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQL95Dialect
9spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
10
[e0ef1b1]11
[2d57cad]12spring.jpa.hibernate.ddl-auto=validate
13spring.jpa.show-sql=true
14
Note: See TracBrowser for help on using the repository browser.