We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data.sql is executed before JPA entities are created which is specified by
<spring.jpa.generate-ddl=true>
Working example highlighting the issue can be found here git.io/v5SWx
I have tried asking this as a question on StackOverflow and looked at other similar threads but couldn't get a answer. Here is the link to SO post: https://stackoverflow.com/questions/46066575/spring-boot-data-initialization
The text was updated successfully, but these errors were encountered:
Duplicate of #9048
Sorry, something went wrong.
No branches or pull requests
data.sql is executed before JPA entities are created which is specified by
<spring.jpa.generate-ddl=true>
Working example highlighting the issue can be found here git.io/v5SWx
I have tried asking this as a question on StackOverflow and looked at other similar threads but couldn't get a answer. Here is the link to SO post:
https://stackoverflow.com/questions/46066575/spring-boot-data-initialization
The text was updated successfully, but these errors were encountered: