Ignore:
Timestamp:
12/27/22 17:21:35 (18 months ago)
Author:
SazdovaEkaterina <sazdovaekaterina@…>
Branches:
main
Children:
dd17343
Parents:
4cc22f9
Message:

database setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Prototype Application/Paw5/src/main/resources/application.properties

    r4cc22f9 rc482a3d  
     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
    14
     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=update
     12spring.jpa.show-sql=true
Note: See TracChangeset for help on using the changeset viewer.