-
Notifications
You must be signed in to change notification settings - Fork 1
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
How to configure the database #2
Comments
for my Java web project, to configure the database have a few steps:
to simplify the quickstart by using project templates, minimizing configuration files, leveraging defaults, and using some tools. and i never heard of flyway. |
To simplify the Quickstart, consider the following steps: |
i do not know flyway. |
Besides the first and second steps that must be done, can the following confirmation steps be omitted? Do they need to be manually performed? And by the way, was the table creation overlooked? |
i think that besides the first and second steps, the following steps cannot be omitted. subsequent configuration steps can be simplified using automation to reduce manual configuration work, but they should not be completely omitted, it is necessary to verify that the configurations are correct. |
Think about how to simplify the Quickstart. Have you heard of Flyway?
The text was updated successfully, but these errors were encountered: