Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 743 Bytes

File metadata and controls

31 lines (21 loc) · 743 Bytes

datarouter-service-config

datarouter-service-config is a small tool that allows an app to publish information about itself to external services.

Installation with Maven

<dependency>
	<groupId>io.datarouter</groupId>
	<artifactId>datarouter-service-config</artifactId>
	<version>0.0.125</version>
</dependency>

Installation with Datarouter

You can install this module by adding its plugin to the WebappBuilder.

.addPlugin(new DatarouterServiceConfigPluginBuilder(...)
		...
		.build()

Usage

This feature can be useful for tracking configuration information across multiple services.

License

This library is licensed under the Apache License, Version 2.0 - see LICENSE for details.