Lucy Linder
DERLIN.

DERLIN.

Follow
homeAbout MeKotlin is funnewsletter
Tag

Java

#java

More content

Read more stories on Hashnode


Articles with this tag

Exclude lombok generated code from test coverage (JaCoCo/SonarQube)

Sep 28, 20222 min read

Lombok is an amazing library that reduces boilerplate code in Java thanks to annotations processed at compile time. I use it heavily in my personal...

Exclude lombok generated code from test coverage (JaCoCo/SonarQube)

How to create jars that run like any other executable binary (./app.jar)

Jan 6, 20225 min read

Fat jars are a good way to package java applications, whether they are command-line programs or GUIs. However, a jar differs from other executables:...

How to create jars that run like any other executable binary (./app.jar)