Skip to content

Provides an initial spring boot / cloud configuration for usage in microservice environments.

License

Notifications You must be signed in to change notification settings

steventong/feign-pageable-starter

 
 

Repository files navigation

CircleCI

starter Download

A java common library to streamline basic java code.

  • Common Exceptions
  • ContinuationListing<T>, ContinuationToken Support

starter-spring-cloud Download

Provides an initial spring boot / cloud configuration for usage in microservice environments. The configuration is automatically applied when this library is on the class-path.

  • Feign Spring Support for common spring data types
  • Jackson Spring Support for common spring data types
  • Spring MVC generic exception handler for the common exceptions

Version

Since this library attempts to support spring, specifically spring boot, the versioning follows spring boot closely:

{library-version}-Sp{spring-boot-version} For example, the version 1.0.0-Sp2.0.1 means that the library is meant for spring boot 2.0.1 and its the version '1.0.0' of this library.

Usage

Simply add this library as a dependency to your project. It will be automatically picked up by springs auto configuration.

About

Provides an initial spring boot / cloud configuration for usage in microservice environments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%