You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple RESTful endpoint written in Springboot. The service accepts requests on /order and prints
the contents of the request-body to the logging console.
Build & Execute
mvn clean spring-boot:run
Usage
http://[server]:[port]/order
About
Rudimentary RESTful webservice written in Springboot