Overcoming the fear of errors

Report a typo

Your project has an external database. You want Spring Boot to generate a database and then pre-populate it with the help of the data.sql script The following instructions were added to application.properties:

spring.sql.init.mode=always
spring.jpa.hibernate.ddl-auto=create

You ran the application and an error occurred. In the logs, you have seen that the table was not found. What causes the error?

Select one option from the list
___

Create a free account to access the full topic