This project is used to autoconfigure FeatBit JAVA SDK in the spring-boot environment.
- Install the SDK using Maven
<dependency>
<groupId>co.featbit</groupId>
<artifactId>featbit-springboot-starter</artifactId>
<version>1.2.0</version>
</dependency>
- Install the SDK using Gradle
implementation 'co.featbit:featbit-springboot-starter:1.2.0'
- If you have a specific question about using this sdk, we encourage you to ask it in our slack.
- If you encounter a bug or would like to request a feature, submit an issue.