Changeset e0ef1b1 in Git for target/classes/application-prod.properties
- Timestamp:
- 02/04/22 23:22:13 (3 years ago)
- Branches:
- main
- Children:
- 5b447b0
- Parents:
- 3ded84d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
target/classes/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
Note:
See TracChangeset
for help on using the changeset viewer.