Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 617 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 617 Bytes

datarouter-aws-rds

datarouter-aws-rds provides tools to monitor amazon's relational-database-services configurations for the application.

Installation with Maven

<dependency>
	<groupId>io.datarouter</groupId>
	<artifactId>datarouter-aws-elb</artifactId>
	<version>0.0.125</version>
</dependency>

Installation with Datarouter

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

.addPlugin(new DatarouterAwsRdsluginBuilder(...)
	...
	.build())

License

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