You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, I want to say thank you for these nice hands-on in combination with Spring.
I tried the tutorial by myself in combination with maven and figured out, that there was a deprecation within the application.properties file.
spring.datasource.schema=classpath:sql/schema.sql
It seems to be: spring.sql.init.schema-locations=classpath:sql/schema.sql
spring.datasource.initialization-mode=always
It seems to be: spring.sql.init.mode=always
Additionally, the blog entry has to be changed if you think I'm correct.