datarouter-service-config is a small tool that allows an app to publish information about itself to external services.
<dependency>
<groupId>io.datarouter</groupId>
<artifactId>datarouter-service-config</artifactId>
<version>0.0.126</version>
</dependency>
You can install this module by adding its plugin to the WebappBuilder
.
.addPlugin(new DatarouterServiceConfigPluginBuilder(...)
...
.build()
This feature can be useful for tracking configuration information across multiple services.
This library is licensed under the Apache License, Version 2.0 - see LICENSE for details.