Collections of Spring configuration classes (Classes annotated with @Configuration)
that configure various useful pieces of functionality - such as property file loading,
datasources, scheduling etc
If creating a Plugin, create a FilterConfiguration Spring Bean rather than a Filter Spring Bean
This is because Spring Boot may also create a Filter based of any Filter Beans (but exposed on all URLS)
To implement a plugin for Microserver, implement this interface in your library and add the fully resolved class name to
META-INF/services/com.aol.micro.server.Plugin
in your library
Define the packages that hibernate should scan for Hibernate entities
Should be used in conjunction Microserver Spring Configuration classes @See Classes#HIBERNATE_CLASSES