This module provides a Spring Boot starter for the Plainflow client.
For Maven, include this dependency in your pom.xml:
<dependency>
<groupId>com.plainflow.analytics.java</groupId>
<artifactId>analytics-spring-boot-starter</artifactId>
<version>${plainflow.analytics.version}</version>
</dependency>For Gradle,
compile 'com.plainflow.analytics.java:analytics-spring-boot-starter:+'In your Spring Boot configuration (application.properties, environment, or
similar), provide the property plainflow.analytics.secretKey. The
autoconfiguration will register an Analytics bean in the Spring context
ready for use.