Spring boot - MySQL settings are not working

前端 未结 4 1028
佛祖请我去吃肉
佛祖请我去吃肉 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:40

    Please use the key field given below---->

    spring.jpa.hibernate.ddl-auto=create 
    

    or

    spring.jpa.hibernate.ddl-auto=update
    

提交回复
热议问题