Git repository which holds the source code related to msf4j tutorial
This is a 5 step tutorial of WSO2 Microservices Framwork for Java (MSF4J)
This shows how to start from scratch and write a Java Microservice, add operations to it, enable metrics & monitor it.
- Step 1 - Generate your microservice skeleton using the msf4j-microservice Maven archetype
- Step 2 - Add GET/POST operations to the StockQuote microservice you generated in step 1
- Step 3 - Add an interceptor to the StockQuote microservice
- Step 4 - Add an exception mapper to the StockQuote microservice
- Step 5 - Enable metrics for the StockQuote microservice