Ignore:
Timestamp:
02/02/22 20:21:58 (2 years ago)
Author:
Tasevski2 <39170279+Tasevski2@…>
Branches:
master
Children:
0c049e9
Parents:
98f448a
Message:

Fixed small bugs

File:
1 edited

Legend:

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

    r98f448a r80ddcae  
    11spring.datasource.url=jdbc:postgresql://localhost:5432/parkupdb
    22spring.datasource.username=postgres
    3 spring.datasource.password=1234
    4 spring.jpa.hibernate.ddl-auto=update
     3spring.datasource.password=Lampion123
     4spring.jpa.hibernate.ddl-auto=create-drop
    55spring.jpa.show-sql=true
    66spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
Note: See TracChangeset for help on using the changeset viewer.