Although Tomcat is the most common application server it also tends to add some overhead to a small microservice. Lets have a look at the alternatives. weiterlesen
Did you ever deploy a jar to production and then need to change the log4j2 configuration for some package? Changing the jar on-the-fly or a new deployment was like stuck between a rock and a hard place. Then I found the following easy solution. weiterlesen
In einer Applikation möchte man Unit-Tests durchführen, die direkt auf eine Test-Datenbank zugreifen sollen. Diese Datenbank soll bereits mit Testdaten gefüllt sein, um immer die gleiche Ausgangslage für die Tests sicherzustellen. weiterlesen