Avoid using lombok in core domain or entity classes. It might make sense to use it if your project is just a simple API Gateway or Backend for frontend type of project.
A collection of Linux helper scripts contains commands for checking operation system version, content of files, disk size.. There is also a section about different Linux distributions.
5 Jan 2019 #Linux
Different approaches of task scheduling in Spring framework. It can be as easy as annotating methods. The default configuration can introduce some issues in the case we have multiple methods annotated and some of them contain long running computations. This can be tackled in multiple ways. But we have the most flexibility and controll with the usage of the Spring TaskSchedulers.