This project was created following the tutorial from Spring.io.
Explore the docs »
Table of Contents
Java Spring Boot Tutorial
-
Java version 17 or later.
-
Apache Maven is used in this tutorial but Gradle can also be used.
First, in the command line nagivate to the root directory of the project.
Build the application using the following command:
./mvnw spring-boot:runTo view the output open http://localhost:8080/greeting in your web browser.
Using a name parameter you can personalize the output of the application. http://localhost:8080/greeting?name=Rhys
Rhys Lee - rhsylee211@gmail.com
Java Spring Boot Demo: https://github.com/github_username/repo_name

