Skip to the content.

Custom configuration interface

You may like to provide a simplified REST interface for configuration because the standard MicroserviceResource interface is too complicated for the intended use. Or the existing configuration interface exposes too many unwanted settings.

In this example, a REST API is created that provides a simplified configuration. The simplified configuration only allows changing the tcp port.

Maven dependency

jettyFactory

code