Sample poc project to give an api to call, general lorem text and serve images.
http://localhost/api/get?w=Portal%20is%20Great
http://localhost/api/get?w=Portal%20is%20Great&wc=20
- bootRun
- bootJar
docker build palash4242/lorem:v2 .
docker run -p 80:80 palash4242/lorem:v2