All Posts

How to use multiple Java Development Kit

Intro Getting Started References Intro SDKMAN! is a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems. It allows you to download and easy switch between various versions of JDK.

Create a simple spring boot application using gradle

Overview To create a simple spring boot application, as the very famous example “Hello World!”, you don’t need to use an IDE software. Fortunately, you can use only gradle CLI, and the Gradle website explains how to do this via its simple tutorial.