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-restserve the automation configurations of ContentGrid applicationscontentgrid-spring-boot-actuatorsserve the authorization policy and webhook configuration as actuator endpointscontentgrid-spring-boot-autoconfigurecontains Spring Boot AutoConfiguration for ContentGrid applicationscontentgrid-spring-boot-platformis a Bill of Materials for ContentGrid applications, extendingspring-boot-dependenciescontentgrid-spring-boot-starteris the primary Spring Boot Startercontentgrid-spring-boot-starter-annotationsis a (required) starter for annotation processingcontentgrid-spring-data-restcustomizes Spring Data REST to address a number of issuescontentgrid-spring-integration-eventspublishes database change events on a message queuecontentgrid-spring-audit-loggingpublishes audit events for REST API access on a message queue