-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
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
Does not create customer table automatically #3
Comments
if your application properly connect to the DB, please check the structure of your application.yml (care about spaces and tabs). For example in IntelliJ, create-drop keywork have to be in yellow |
I also faced the same issue. |
Hello everyone!
b) If you'd want to have several DB initialised:
I just want make it clear. This is a database initialisation and not pre-population. |
Even when i change to ddl-auto: create-drop, it does not create customer table in the application startup
The text was updated successfully, but these errors were encountered: