How to import initial data to database with Hibernate?

后端 未结 7 525
轻奢々
轻奢々 2020-11-27 11:06

When deploying applications, I often use Hibernate’s capacity to create database schema in order to simplify the deployment. This is easily achievable by configuring hiberna

7条回答
  •  半阙折子戏
    2020-11-27 11:38

    Please make sure that your import.sql is formatted correctly. Start with a one liner insert statement to test.

提交回复
热议问题