[
  
  {
    "name": "java",
    "topic": "Java to Microservices",
    "value": {
      "list": {
        "heading": "To Generate Microservices from existing Jar Files",
        "items": [
          "cirruswave-j2m -g -t java -r gettemplate\t\t\t\t---cold start a java 2 microservices project with a default excel template and begin to edit it",
          "cirruswave-j2m -g -t java -r createapilist -x <excelfile.xlsx>\t---create a list of API signatures from Jar File and add them to the excel spreadsheet for edit and review",
          "cirruswave-j2m -g -t java -r generateproject -x <excelfile.xlsx>\t--- generate the code and all necessary artifacts for the Java to microservices based on excel template\n"
           ]
      }
    }
  }
  
]