source: src/main/resources/application.properties

main
Last change on this file was deea3c4, checked in by Aleksandar Panovski <apano77@…>, 4 weeks ago

Big change done fully handle_reservation_update() trigger works

  • Property mode set to 100644
File size: 722 bytes
RevLine 
[d24f17c]1spring.datasource.driver-class-name=org.postgresql.Driver
[deea3c4]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
[d24f17c]12spring.jpa.properties.hibernate.shor_url=true
13
[deea3c4]14spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
[d24f17c]15spring.jpa.show-sql=true
[8ca35dc]16spring.main.allow-bean-definition-overriding=true
17
18server.port=8081
Note: See TracBrowser for help on using the repository browser.