The usage of application.properties settings

Report a typo

Match the settings of application.properties with their functionalities.

Match the items from left and right columns
spring.jpa.hibernate.ddl-auto
spring.jpa.defer-datasource-initialization
spring.sql.init.mode
determines whether Spring launches data and schema scripts during application building
defines the database generation order by Spring Boot and SQL scripts
defines how exactly Hibernate how exactly Hibernate creates and modifies database tables.
___

Create a free account to access the full topic