Skip to content

API que responde na PORT 3333 e tem uma rota /welcome que retorna uma mensagem

Notifications You must be signed in to change notification settings

LuizFernandesOliveira/lpp-springboot-hello-world-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#1 Hello World: Minimum API

linguagem

Problemática

criar uma API que rode na porta 3333, que tenha a rota GET /welcome e retorne um status 200 e um JSON com a seguinte estrutura:

{
	"message": "Hello World"
}

Screenshot

screenshot

Starting

  • instalando dependencias
    ./mvnw package
  • inicializar aplicação
    ./mvnw spring-boot:run
  • testar aplicação
    ./mvnw test

About

API que responde na PORT 3333 e tem uma rota /welcome que retorna uma mensagem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages