Overall architecture of the Nemesis Platform
The Nemesis Platform is composed of 3 building blocks - a core module, a number of customizable and easy for integration modules and a maven plugin. Within the core module reside all repositories, services and facades. Each module defines separate packages for the core layer and for the facade layer, both of them being clearly separated. The maven plugin is built to help you while developing your custom solutions, on top of the Nemesis Platfrom. Choose a section from the 3 below to learn more about:
Core
Place your JPA entities and spring-data-jpa repositories here
Modules
Place the custom modules you created for the Nemesis Platform here
Maven Plugin
Take advantage of the custom Nemesis Maven Plugin