source: Prototype Application/Paw5/src/main/resources/application.properties@ 6f9c38f

main
Last change on this file since 6f9c38f was 6f9c38f, checked in by SazdovaEkaterina <sazdovaekaterina@…>, 17 months ago

change hibernate ddl auto setting

  • Property mode set to 100644
File size: 485 bytes
Line 
1spring.datasource.url=jdbc:postgresql://localhost:9999/db_202223z_va_prj_paw5
2spring.datasource.username=db_202223z_va_prj_paw5_owner
3spring.datasource.password=b53473cba3b3
4
5spring.datasource.hikari.connectionTimeout=20000
6spring.datasource.hikari.maximumPoolSize=5
7
8spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
9spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
10
11spring.jpa.hibernate.ddl-auto=validate
12spring.jpa.show-sql=true
Note: See TracBrowser for help on using the repository browser.