Category: windows

  • Spring Boot and Docker example on Windows

    In this tutorial, we will discuss how to create a docker container from a Spring Boot application and how to run it in a Windows environment. Most of the tutorials I encountered related to creating Spring Boot containers were focused on Linux, so I thought I would share my experience creating docker containers of your…

  • How to install Maven 3.5.x on Windows

    In the following article, we will find out how to install Apache Maven on Windows. We will be using Windows 8.1 and Maven 3.5.4 in this guide, but the instructions should also be valid for other software versions. Before we start, make sure that you have JDK installed properly on your machine. Next, we will…