Glossary
Micro Service System Architecture
Install local development environment
• Service definition information is the identity of the microservice, which defines which application the service belongs to, as well as the name and version. The service definition information may also have extensive information for defining attribute metadata of the service.
Developing the first microservice
Developers can quickly build a project in two ways:
• Download the samples project. It is recommended to download the entire project and initialize it according to the example SpringMVC or JAX RS. • Generate projects with archetypes