Changeset 401a211 for src/main/resources/application.properties
- Timestamp:
- 10/17/22 00:30:31 (2 years ago)
- Branches:
- master
- Children:
- 204464d
- Parents:
- cf9cdbf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/application.properties
rcf9cdbf r401a211 3 3 spring.datasource.password=postgres 4 4 5 spring.jpa.hibernate.ddl-auto=create 5 spring.sql.init.mode=always 6 7 spring.jpa.hibernate.ddl-auto=none 6 8 spring.jpa.show-sql=true 7 9 spring.jpa.properties.hibernate.format_sql=true
Note:
See TracChangeset
for help on using the changeset viewer.