Develop the first microservice

Developers can quickly build a project in two ways:

Before you start, developers need to choose a familiar development method. There are currently 3 ways to choose:

  • Spring MVC
  • JaxRS
  • RPC

Because transparent RPC acts as a Producer without any RESTful semantics, the automatically generated contracts are all POST methods, and only the BODY parameters are not in line with the usual rules of RESTful.
Therefore, it is recommended to choose JaxRS or Spring MVC as the Producer development mode, and transparent RPC as the developer development mode.

Their corresponding samples project are: