Skip to content

npavan1988/SpringBootHelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpringBootHelloWorld

This application is a service to return greetings in different languages.

Features

SpringBoot Java8 Gradle Docker

How To run using docker

Docker Image: npavan/demo $ docker run -p 8081:8080 npavan/demo

#url's Request1: GET: http://localhost:8081/all/hello/pavan

Response1:[Namaste pavan, Ola pavan, Salaam pavan, Hello pavan, Hola pavan, Hallo pavan, Bonjour pavan]

Request2: GET: http://localhost:8081/hello

Response2: Hello World

Request3: GET: http://localhost:8081/HI/hello

Response3: Namaste World

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages