Getting Started With Micronaut Using Gradle

Getting Started With Micronaut Using Gradle

Introduction In this tutorial, we will create a Micronaut application using Gradle. What you will need Java installed on your machine Gradle installed on your machine Text Editor Steps First create your project folder, we will make a folder called “micronaut-project” for this tutorial. The second step is to add the build.gradle file inside the project folder. This will contain a script to build the Micronaut application. Now update the build....

March 15, 2022