Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.11 KB

FeatBit SpringBoot Starter

Introduction

This project is used to autoconfigure FeatBit JAVA SDK in the spring-boot environment.

Installation

  • 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'

Examples

Getting support

  • 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.

See Also