Ignore:
Timestamp:
01/09/24 01:26:08 (6 months ago)
Author:
ppaunovski <paunovskipavel@…>
Branches:
master
Children:
e272096
Parents:
b101b69
Message:

All 3 main use cases implemented.

  1. Starting a commute
  2. Writing a ticket
  3. Starting an instance of a Bus Line
File:
1 edited

Legend:

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

    rb101b69 rbde8b13  
    11#
    2 spring.datasource.url=jdbc:postgresql://localhost:9090/db_202324z_va_prj_busngo
     2spring.datasource.url=jdbc:postgresql://localhost:8089/db_202324z_va_prj_busngo
    33spring.datasource.username=db_202324z_va_prj_busngo_owner
    44spring.datasource.password=d9f924580e7
     
    77
    88spring.datasource.hikari.connection-timeout=20000
    9 spring.datasource.hikari.maximum-pool-size=25
     9spring.datasource.hikari.maximum-pool-size=5
    1010
    1111#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
    1212spring.jpa.properties.hibernate.jdbc.non_contextual_creation=true
    13 spring.jpa.properties.hibernate.default_schema=project 
     13spring.jpa.properties.hibernate.default_schema=project
    1414
    1515spring.jpa.hibernate.ddl-auto=validate
    1616spring.jpa.show-sql=true
     17
Note: See TracChangeset for help on using the changeset viewer.