Skip to content

tiagocbarbosa/demo-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo - Spring Boot

This application creates a "Hello World" endpoint which any browser can connect to. It is a training project and is based on the Spring Quickstart Guide.

Technologies

Project is created with:

  • Spring Boot 2.7.1
  • Maven 3.8.1
  • JDK 18.0.1.1

Setup

To run this project, locate the DemoApplication.java class and run it with IntelliJ.

Then open your browser and in the address bar at the top enter http://localhost:8080/hello. Try to add ?name=Amy to the end of the URL and check what happen.

Acknowledgments

Did you like this project? Star it and connect with me on my LinkedIn profile.

References

Spring Boot Guide

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages