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
We need to enhance the web-server to be database-capable and use the database as a cache for the web-ui SPA to reduce load on the SecHub server.
Local database with test data for local web-ui and web-server development and testing.
The text was updated successfully, but these errors were encountered:
Added flyway h2 and postgres to web-server #3634
bf280b7
Added JPA test for database #3634
c564f62
Successfully merging a pull request may close this issue.
Situation
We need to enhance the web-server to be database-capable and use the database as a cache for the web-ui SPA to reduce load on the SecHub server.
Wanted
Local database with test data for local web-ui and web-server development and testing.
Solution
The text was updated successfully, but these errors were encountered: