HowTo
HowTo
How to configure spotless plugin to clean and format code
Oct 2022
This post is all about spotless plugin integration. It keeps code clean and formatted. Here I will show how to integrate spotless plugin with your maven and gradle project.
Continue reading
HowTo
How to run a Java application with library dependencies
Oct 2022
Typical Java applications consist of an application-specific code, and various reusable library code that you have implemented or that has been implemented by third parties. The latter are commonly referred to as library dependencies...
Continue reading
HowTo
How to use maven shade plugin to create fat jar
Oct 2022
In this post I will show how to use maven's shade plugin to create fat jar also known as a uber jar or jar with dependencies that contains not only a Java program, but embeds its dependencies as well.
Continue reading