Spring boot - MySQL settings are not working

前端 未结 4 1015
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-19 00:59

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

4条回答
  •  不思量自难忘°
    2021-01-19 01:23

    I faced the same issue and resolved it applying the below code in spring boot 2.0

    spring.datasource.initialization-mode=always

提交回复
热议问题