Skip to content

monkeysintown/jdbc-hystrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jdbc-hystrix

Hystrix wrapper for JDBC drivers. Maven Central

Build

If you just want to compile the project without running the tests:

mvn -DskipTests clean install

Maven dependencies

You can find the latest releases here:

Download

... or setup your Maven dependencies:

<dependency>
    <groupId>com.m11n.jdbc.hystrix</groupId>
    <artifactId>jdbc-hystrix</artifactId>
    <version>1.0.0</version>
</dependency>

... and configure Bintray's JCenter repository in your pom.xml:

...
<repositories>
    <repository>
        <snapshots>
            <enabled>false</enabled>
        </snapshots>
        <id>central</id>
        <name>bintray</name>
        <url>http://jcenter.bintray.com</url>
    </repository>
</repositories>
...

Get automatic notifications about new releases here:

Get automatic notifications about new "jdbc-hystrix" versions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published