Spring Auto REST Docs with Maven
I want to show you, what changes to your Maven pom.xml you have to make to add Spring Auto REST Docs to your project. At then end you only have to copy-and-paste some code from this blog and there you go!
(more…)Spring or Spring Boot topics
I want to show you, what changes to your Maven pom.xml you have to make to add Spring Auto REST Docs to your project. At then end you only have to copy-and-paste some code from this blog and there you go!
(more…)
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.
(more…)
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.
(more…)