Skip to content
/ core Public

Core libraries and dependencies for spring-boot-based. This project based on Spring and Java 8.

Notifications You must be signed in to change notification settings

davidch93/core

Repository files navigation

Core Project

Core libraries and dependencies for spring-boot-based and contains model class at a higher level of abstraction. This project based on Spring and Java 8 and basically to build any Rest API project. It is recommended to use BOM in using this project instead of using separate dependencies.

How to install

We can run our goals like this for the Unix system:

./mvnw clean install -DskipTests

And the following command for Batch:

./mvnw.cmd clean install -DskipTests

Main Features

  1. Core Async
    Core libraries and dependencies for spring asynchronous configuration.
  2. Core Batch
    Core libraries and dependencies for spring batch configuration.
  3. Core Cache
    Core libraries and dependencies for all process caching.
  4. Core Common
    Core libraries and dependencies for common function and util classes.
  5. Core Data Access
    Core libraries and dependencies for all data access and represents with abstract class.
  6. Core Data Static
    Core libraries and dependencies for all data static and enumeration.
  7. Core Data Transfer Object
    Core libraries and dependencies for all data transfer object.
  8. Core Report
    Core libraries and dependencies for processing report configuration using JasperReport. You can add other report dependency to this library.
  9. Core Rest
    Core libraries and dependencies for common function API.
  10. Core Retry
    Core libraries and dependencies for spring retry configuration.
  11. Core Scheduler
    Core libraries and dependencies for spring scheduler configuration.
  12. Core Security JWT
    Core libraries and dependencies for HTTP security using JSON Web Token.
  13. Core Security OAuth2
    Core libraries and dependencies for HTTP security using spring security OAuth2.
  14. Core Service
    Core libraries and dependencies for generic service and controller.

About

Core libraries and dependencies for spring-boot-based. This project based on Spring and Java 8.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages