This package contains common configurations for Spring Web projects.
This package also has base business and presentation layer interfaces and implementations.
Gradle Config
dependencies {
compile 'com.teammental:meconfig:1.0'
}
- ValidationErrorRestHandler
- CRUD Handlers
- EntityInsertExceptionRestHandler
- EntityUpdateExceptionRestHandler
- EntityDeleteExceptionRestHandler
- EntityNotFoundExceptionRestHandler
- BaseCrudService
- BaseCrudServiceImpl
- BaseController
- BaseCrudController