Changeset deea3c4 for src/main/resources


Ignore:
Timestamp:
04/28/25 14:21:17 (4 weeks ago)
Author:
Aleksandar Panovski <apano77@…>
Branches:
main
Children:
e15e8d9
Parents:
f5b256e
Message:

Big change done fully handle_reservation_update() trigger works

File:
1 edited

Legend:

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

    rf5b256e rdeea3c4  
    11spring.datasource.driver-class-name=org.postgresql.Driver
    2 spring.datasource.url=jdbc:postgresql://localhost:5432/rezervirajMasa
    3 spring.datasource.username=postgres
    4 spring.datasource.password=postgres
    5 spring.jpa.hibernate.ddl-auto=update
     2
     3#spring.datasource.url=jdbc:postgresql://194.149.135.130:5432/db_202425z_va_prj_rezervirajmasa2024_25
     4#spring.datasource.username=t_rezervirajmasa2024_25
     5#spring.datasource.password=9fd0b128464b
     6
     7spring.datasource.url=jdbc:postgresql://localhost:9999/db_202425z_va_prj_rezervirajmasa2024_25
     8spring.datasource.username=db_202425z_va_prj_rezervirajmasa2024_25_owner
     9spring.datasource.password=9fd0b128464b
     10
     11spring.jpa.hibernate.ddl-auto=validate
    612spring.jpa.properties.hibernate.shor_url=true
    713
    8 spring.jpa.properties..hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
     14spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
    915spring.jpa.show-sql=true
    1016spring.main.allow-bean-definition-overriding=true
Note: See TracChangeset for help on using the changeset viewer.