Explore >> Select a destination


You are here

www.morling.dev
| | vanwilgenburg.wordpress.com
9.4 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...
| | mydeveloperplanet.com
11.5 parsecs away

Travel
| | In this blog, you will learn how to setup a Maven multi-module project which consists out of a Spring Boot backend and a Vue.js frontend. The application itself will not be created, only the setup of the project is covered in this blog. Enjoy! 1. Introduction Many applications consist out of a backend and a...
| | blog.kdgregory.com
12.3 parsecs away

Travel
| | When I want to package a Java application in a single JAR with all of its dependencies, I normally turn to Maven's Shade plugin. This ...
| | www.jasonwhaley.com
17.9 parsecs away

Travel
| I was running in to a problem with a Java project that occured only in IntelliJ Idea, but not on the command line, when running specific test classes ...