Ignore:
Timestamp:
02/04/22 23:22:13 (2 years ago)
Author:
Test <matonikolov77@…>
Branches:
main
Children:
5b447b0
Parents:
3ded84d
Message:

Added CRUD for movies,persons,discussion,replies,genres
Added ajaxcalls

File:
1 edited

Legend:

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

    r3ded84d re0ef1b1  
    1 spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_wediscussmovies
     1spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_wediscussmovies?currentSchema=project
    22spring.datasource.username=db_202122z_va_prj_wediscussmovies_owner
    33spring.datasource.password=7d8fb26b5697
     4
    45
    56## default connection pool
     
    89spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
    910
     11
    1012spring.jpa.hibernate.ddl-auto=validate
    1113spring.jpa.show-sql=true
Note: See TracChangeset for help on using the changeset viewer.