Changeset 044bd76 for src/main/resources/application.properties
- Timestamp:
- 01/30/23 23:34:33 (21 months ago)
- Branches:
- master
- Children:
- 9280859
- Parents:
- 763289e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/application.properties
r763289e r044bd76 3 3 spring.datasource.password=postgres 4 4 5 spring.sql.init.mode= always5 spring.sql.init.mode=never 6 6 7 spring.jpa.hibernate.ddl-auto= none7 spring.jpa.hibernate.ddl-auto=validate 8 8 spring.jpa.show-sql=true 9 9 spring.jpa.properties.hibernate.format_sql=true
Note:
See TracChangeset
for help on using the changeset viewer.