This guide describes how to set up a Spring Boot microservice and integrate it in the microservice system landscape.
Content
...
...
...
Table of Contents |
---|
Requirements
A basic understanding of building an application with Spring Boot and building Java projects with Maven is required.
...
Jolokia is an HTTP/JSON bridge for remote JMX access. This dependency is needed to be able to access a services's JMX beans from the admin-service user interface.
spring-cloud-starter-config
(https://cloud.spring.io/spring-cloud-config/)
...
- Jolokia
- Spring Cloud Config
- Spring Cloud Config - Client Side Usage
- Spring Cloud Netflix
- Spring Boot features - Profiles
- Service Registration and Discovery
- Spring Cloud Context: Application Context Services
...