-
Notifications
You must be signed in to change notification settings - Fork 231
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
Not creating tables in h2 #4
Comments
You can exclusively add this in the properties file in case your console has a preloaded JDBC URL from previous dev |
same issue, tables are not created in h2. |
You can add this in the properties file spring.datasource.url=jdbc:h2:mem:testdb spring.h2.console.enabled=true spring.jpa.show-sql=true The list of option which is used in the spring boot are
So for avoiding the data lose you use update |
If H2 is run as a server separately (either in local or in remote) then the following property need to be set |
Yup application is running fine but not connecting to h2-console. |
application is running fine but not creating tables in the h2 dev tools.
please help
The text was updated successfully, but these errors were encountered: