This guide gives an overview of the requirements for integrating a service into the services system landscape.
Requirements
To be able integrate a microservice in the system landscape, the following requirements must be met:
The service should:
- have these dependencies
- have this configuration
- use only available ports (for more information, see Overview of Microservices)
- be possible to install using the SAM Tool
Integrating the Service
To integrate a service into an existing system landscape, that is, an installation of the Service Manager with at minimum Discovery and the Admin-Service, complete the following steps.
- Build the service, and copy the executable JAR-file to the system.
- Install using SAM.
- (Re)start the Service Manager.
The service should now be listed in the Admin Service with the other services. If it is not, check the log for errors.