REGARDS framework starters
Most of the time, starter depends on a business package. Sometimes, regarding the layer you implement, you may want to use directly the starter or just the business package.
The starter enables the related features and should only contains starter configuration properties and auto configuration bean(s). Business package contains all the logic and the business objects.
Sometimes, you have to provide your own bean to override default one. Simply create your own Component
or Configuration
bean! It will automatically have priority over starter one.
See latest Spring documentation for further details.
Multitenancy
danger
Most REGARDS starters are designed to handle multitenancy and depends on this base starter.