Write a production ready microservice that illustrates pastebin.
- Create a bin
- Get the bin value
Following is my proposed system architecture for building Highy Available and Scalable system by leveraging different public cloud service offerings
( Infrastructure as a Service - IAAS and Software as Service - SAAS )
Spring boot is used to develop the complete micro service system, following is the high level micro service acrchitecture of the services in the system.
Once you run the application you can access the swagger API-spec at http://localhost:8080/dolby/swagger-ui.html#/pastebin-controller/getUsingGET
mvn clean install
DolbyPastebinApplication




