Changeset e0ef1b1 in Git for src/main/resources
- Timestamp:
- 02/04/22 23:22:13 (3 years ago)
- Branches:
- main
- Children:
- 5b447b0
- Parents:
- 3ded84d
- Location:
- src/main/resources
- Files:
-
- 2 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 1 spring.datasource.url=jdbc:postgresql://localhost:9999/db_202122z_va_prj_wediscussmovies?currentSchema=project 2 2 spring.datasource.username=db_202122z_va_prj_wediscussmovies_owner 3 3 spring.datasource.password=7d8fb26b5697 4 4 5 5 6 ## default connection pool … … 8 9 spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true 9 10 11 10 12 spring.jpa.hibernate.ddl-auto=validate 11 13 spring.jpa.show-sql=true -
src/main/resources/application.properties
r3ded84d re0ef1b1 2 2 3 3 server.port=9090 4 5 spring.thymeleaf.cache=false 6 7 spring.mvc.hiddenmethod.filter.enabled=true
Note:
See TracChangeset
for help on using the changeset viewer.