Skip to content

waterflow80/spring-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

spring-rest-api

A simple Hello World REST API using Sring Boot framework.

Languages and Tools

  • Java 17
  • Maven
  • Spring Web
  • Postman

Description

  • The project contains a greeting service that, given a certain URL, returns back a greeting message in a JSON format.
  • Example: Server: localhost. Port: 8082. Default-end-point: '/api'.
    • URL: localhost:8082/api/greeting ==> { "id": 4, "content": "Hello, World!" }
    • URL: localhost:8082/api/greeting?name=Maria => { "id": 4, "content": "Hello, Maria!" }

Testing the service using Postman

test_api

About

A simple Hello World REST API using Sring Boot framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages