Ignore:
Timestamp:
01/04/24 13:31:03 (6 months ago)
Author:
ppaunovski <paunovskipavel@…>
Branches:
master
Children:
bde8b13
Parents:
24c39f9
Message:

initial classes, no inheritance yet v2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/application.properties

    r24c39f9 rb101b69  
     1#
     2spring.datasource.url=jdbc:postgresql://localhost:9090/db_202324z_va_prj_busngo
     3spring.datasource.username=db_202324z_va_prj_busngo_owner
     4spring.datasource.password=d9f924580e7
     5spring.datasource.driver-class-name=org.postgresql.Driver
    16
    2 spring.datasource.url=jdbc:postgresql://localhost:5432/db_202324z_va_prj_busngo
    37
    48spring.datasource.hikari.connection-timeout=20000
    5 spring.datasource.hikari.maximum-pool-size=5
     9spring.datasource.hikari.maximum-pool-size=25
    610
    7 spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
     11#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
    812spring.jpa.properties.hibernate.jdbc.non_contextual_creation=true
     13spring.jpa.properties.hibernate.default_schema=project
    914
    1015spring.jpa.hibernate.ddl-auto=validate
Note: See TracChangeset for help on using the changeset viewer.