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.
Leave a comment if you might want to discuss 😉
The text was updated successfully, but these errors were encountered:
Thanks for this fast response!
I see the point.
I had to say, because of old project structures on work I had to focus on, I missed some content at Spring.
Hope I can change that soon 😉.
BTW, I pushed my own try in a repository for myself referencing your work within the README.
Hope this is not a problem for you.
Happy coding & again thanks for that work 👍
Feel free to close at any time
Hi there 👋
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.
Additionally, the blog entry has to be changed if you think I'm correct.
Leave a comment if you might want to discuss 😉
The text was updated successfully, but these errors were encountered: