Explore >> Select a destination


You are here

tech.trivago.com
| | openliberty.io
4.3 parsecs away

Travel
| | Learn how to write simple and effective integration tests that run against your real application's Docker container. No mock objects needed.
| | hipenguin.in
1.3 parsecs away

Travel
| | My personal journal where I write articles mostly related to Quality Analysis.
| | vanwilgenburg.wordpress.com
2.6 parsecs away

Travel
| | Earlier this year I wrote an article on how to run your integration tests with an embedded elasticsearch. When upgrading to elasticsearch 7 this method didn't work (yet). An alternative (and maybe even better) method is using Testcontainers to run elasticsearch in a Docker container. I will also show how you can leverage Karate to...
| | journal.robbi.my
13.4 parsecs away

Travel
| Assalamualaikum and hello! Spring Boot's streamlined development process makes it a popular choice for many developers. However, configuring it for multiple databases can present challenges. While there are various tutorials available, I've encountered issues with their completeness and clarity. In this tutorial, I'll provide a detailed solution to this problem. Database We require a connection to two databases: an existing MSSQL database and a new PostgreSQL database. The PostgreSQL database will be used for all standard CRUD operations (create, read, update, delete). The MSSQL database will be accessed in a read-only manner to retrieve specific data without making any modifications to its structure or content.