Ignore:
Timestamp:
06/09/24 14:24:03 (2 weeks ago)
Author:
223021 <daniel.ilievski.2@…>
Branches:
main
Children:
b248810
Parents:
19398ad
Message:

Implemented job application functionality, added job advertisement filtering and replaced text areas with editors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jobvista-backend/src/main/resources/application.properties

    r19398ad r28b3398  
    66spring.datasource.password=postgres
    77
    8 spring.jpa.hibernate.ddl-auto=create-drop
     8#spring.jpa.hibernate.ddl-auto=create-drop
     9spring.jpa.hibernate.ddl-auto=update
    910spring.jpa.show-sql=true
    1011
    1112spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
     13
     14file.upload-dir=./uploads
     15
     16spring.servlet.multipart.enabled=true
     17spring.servlet.multipart.max-file-size=2MB
     18spring.servlet.multipart.max-request-size=2MB
Note: See TracChangeset for help on using the changeset viewer.