Skip to content

This is a one stop library for spring mvc-application

Notifications You must be signed in to change notification settings

eigenharsha/comma

Repository files navigation

comma

About

This is a one stop library for spring mvc-application.

it supports:

  • custom commaException handling (Inline and REST)
  • thrift server/client (with connection pool and caching)
  • swagger customization (SwaggerDiscoverable)
  • Message Resource with locale
  • kafka (publisher/subscriber)
  • logging (AOP logging at class and method level)

How to use?

  • Maven Project

     <!-- Add this dependency in your pom.xml -->
        
        <dependency>
            <groupId>org.ebenso</groupId>
            <artifactId>comma</artifactId>
                <version>0.0.1-SNAPSHOT</version>
        </dependency>
  • Release version

    <!-- Add this dependency in your pom.xml -->
    
    <dependency>
        <groupId>org.ebenso</groupId>
        <artifactId>comma</artifactId>
            <version>0.0.1</version>
    </dependency>
  • Gradle Project

    <!-- Add this dependency in your build.gradle -->
    
    implementation('org.ebenso:comma')

Built With

Authors

Kumar Harsha

Questions?

If you have any questions about the framework, or something doesn't work as expected, please submit an issue here.

How to contribute?

Fork the repository, make changes, submit a pull request. We promise to review your changes same day and apply to the master branch, if they look correct.

Please run Maven build before submitting a pull request:

$ mvn clean install -Pqulice

About

This is a one stop library for spring mvc-application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages