Skip to content

Latest commit

 

History

History
163 lines (119 loc) · 5.9 KB

File metadata and controls

163 lines (119 loc) · 5.9 KB


Logo

Java Spring Boot Tutorial

This project was created following the tutorial from Spring.io.
Explore the docs »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Java Spring Boot Tutorial

(back to top)

Built With

  • Spring
  • Maven

(back to top)

Getting Started

Prerequisites

  • Java version 17 or later.

  • Apache Maven is used in this tutorial but Gradle can also be used.

Installation

First, in the command line nagivate to the root directory of the project.

Build the application using the following command:

./mvnw spring-boot:run

To view the output open http://localhost:8080/greeting in your web browser.

image

Using a name parameter you can personalize the output of the application. http://localhost:8080/greeting?name=Rhys

image

(back to top)

Contact

Rhys Lee - rhsylee211@gmail.com

Java Spring Boot Demo: https://github.com/github_username/repo_name

(back to top)