Skip to content

Spring Boot auto-configurations for Mental Soft applications

License

Notifications You must be signed in to change notification settings

mental-party/meconfig-deprecated

Repository files navigation

Build Status

meconfig

Spring Auto-Configurations

This package contains common configurations for Spring Web projects.

This package also has base business and presentation layer interfaces and implementations.

Installation

Gradle Config

dependencies { compile 'com.teammental:meconfig:1.0' }

Rest Handlers

  • ValidationErrorRestHandler
  • CRUD Handlers
    • EntityInsertExceptionRestHandler
    • EntityUpdateExceptionRestHandler
    • EntityDeleteExceptionRestHandler
    • EntityNotFoundExceptionRestHandler

Business Layer

  • BaseCrudService
    • BaseCrudServiceImpl

Presentation Layer

  • BaseController
  • BaseCrudController

About

Spring Boot auto-configurations for Mental Soft applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages