datarouter-aws-rds provides tools to monitor amazon's relational-database-services configurations for the application.
<dependency>
<groupId>io.datarouter</groupId>
<artifactId>datarouter-aws-elb</artifactId>
<version>0.0.126</version>
</dependency>
You can install this module by adding its plugin to the WebappBuilder
.
.addPlugin(new DatarouterAwsRdsluginBuilder(...)
...
.build())
This library is licensed under the Apache License, Version 2.0 - see LICENSE for details.