CHIWAVA
CHIWAVA is a set of libraries used to reduce the amount of boilerplate code used in Spring based Java projects.
Installation
Maven
<dependencies>
...
<dependency>
<groupId>com.nsoft.chiwava</groupId>
<artifactId>${chiwava-module-name}</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
...
</dependencies>
Gradle
dependencies {
...
compile group: "com.nsoft.chiwava", name: "${chiwava-module-name}", version: "2.0.0.RELEASE"
...
}
Available modules
- chiwava-core-commons:2.0.0.RELEASE
- chiwava-core-error:2.0.0.RELEASE
- chiwava-core-persistence:2.0.0.RELEASE
- chiwava-debezium-commons:2.0.0.RELEASE
- chiwava-spring-pagination-core:2.0.0.RELEASE
- chiwava-spring-pagination-resolver:2.0.0.RELEASE
License
This project is released under version 2.0 of the Apache License