Developer tools for Spring based Rest applications.
Offering solutions for:
1, Logging, converting object to it's String representation
2, Logging, define logger for components by interface default method
3, Interfaces, Indentifiable, CreatedTrackable, etc.
4, Constants, profileConstants
5, Domain entity parent classes
6, Rest exception handling and resolving it to common ErrorDTO
7, Gateway (external Rest calls) exception handling and resolve it to a common ErrorDTO
https://search.maven.org/#artifactdetails%7Corg.talangsoft%7Crest-devtools%7C1.0.0%7Cjar
<dependency>
<groupId>org.talangsoft</groupId>
<artifactId>rest-devtools</artifactId>
<version>1.0.0</version>
</dependency>
- Upgrade to Spring Boot 1.2.2
- RestUtils Param mapping simplified with java8 streams
- ErrorDTO is converted to Immutable class with RestCreator constructor
- Removed unused dependencies
- Neo4j dependency scope is now "provided"
- Upgrade to Spring Boot 1.2.3
- ModifiedBy and CreatedBy is generic typed to identify the author
- Simplify modelmapper example
- Change log level from error to debug on exception handling
- Upgrade to Spring Boot 1.2.5