I am trying to develop an application using Spring boot and MySQL. As the documentation said, First I created the project using Spring initializr using Intelij Idea, configu
I faced the same issue and resolved it applying the below code in spring boot 2.0
spring.datasource.initialization-mode=always