Stargate includes the following groups in its Baseline that can be used as loading targets:
Core
will load the minimal required packages to support RESTful APIsHealthCheck
will load the packages needed to support the Health check pluginMetrics
will load the packages needed to support the Metrics pluginApplication-Control
will load the packages needed to support the Application Control pluginApplication-Info
will load the packages needed to support the Application Info pluginApplication-Configuration
will load the packages needed to support the Application Configuration pluginLoggers
will load the packages needed to support the Loggers pluginJSON-RPC
will load the packages needed to support JSON RPC APIs.Deployment
will load all the packages needed in a deployed application, which in this case correspond toCore
+HealthCheck
+Metrics
+Application-Control
+Application-Info
+Application-Configuration
+Loggers
Examples
will load some example API controllersTests
will load the test casesTools
will load tooling extensionsDependent-SUnit-Extensions
will load extensions to SUnit for testing API clientsCI
is the group loaded in the continuous integration setup, in this particular case it is the same asTests
Development
will load all the needed packages to develop and contribute to the project