Has the following things as of now
-
Db Connectors
- MySql: MySqlConnector.java
- Postgres: Coming up
- Hikari Pool integration: Properties file for hikari
- Redis: used jedis as client, client code
- Guava Cache: Sample code
-
DropWizardServer:
- Has a basic setup of drop wizard server.
- Main application
- Sample API
-
HTTP Utils:
- Client used: DefaultAsyncHttpClient
- Sample code
- Hystrix Integration
-
Spring:
mvn clean install
java -cp target/tools-1.0-SNAPSHOT.jar MainClass