This application is a service to return greetings in different languages.
SpringBoot Java8 Gradle 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