WSO2 Microservices Framework for Java (MSF4J) Spring sample
mvn clean install
java -jar target/msf4j-spring-example-0.0.1-SNAPSHOT.jar
Add product:
curl -v -X POST -H "Content-Type:application/json" -d '{"id":1,"name":"soap"}' http://localhost:9090/
Get product:
curl -v http://localhost:9090/1