This project contains Spring modules that are used by ContentGrid applications.
This project provides a Spring Boot starters, which is the most convenient way to jumpstart your ContentGrid application.
dependencies {
implementation 'com.contentgrid.spring:contentgrid-spring-boot-starter:0.2.0-SNAPSHOT'
annotationProcessor 'com.contentgrid.spring:contentgrid-spring-boot-starter-annotations:0.2.0-SNAPSHOT'
}
contentgrid-automations-rest
serve the automation configurations of ContentGrid applicationscontentgrid-spring-boot-actuators
serve the authorization policy and webhook configuration as actuator endpointscontentgrid-spring-boot-autoconfigure
contains Spring Boot AutoConfiguration for ContentGrid applicationscontentgrid-spring-boot-platform
is a Bill of Materials for ContentGrid applications, extendingspring-boot-dependencies
contentgrid-spring-boot-starter
is the primary Spring Boot Startercontentgrid-spring-boot-starter-annotations
is a (required) starter for annotation processingcontentgrid-spring-data-rest
customizes Spring Data REST to address a number of issuescontentgrid-spring-integration-events
publishes database change events on a message queuecontentgrid-spring-audit-logging
publishes audit events for REST API access on a message queue