Ignore:
File:
1 edited

Legend:

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

    r9dd526f 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.