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
No description provided.
The text was updated successfully, but these errors were encountered:
I also badly ineed of this.When i run the code i got the error of sql exception.
Sorry, something went wrong.
@EmonVersity You can add this to the application.properties to generate database schema and tables.
application.properties
spring.jpa.generate-ddl=true spring.jpa.hibernate.ddl-auto=create
It generate tables with shitty field names, but in model classes we also have some shitty naming so its ok :)
@oleksandr-jr thanks for your response.😊
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: