featbit / featbit-springboot-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.1.1</version>
</dependency>
  • Install the SDK using Gradle
implementation 'co.featbit:featbit-springboot-starter:1.1.1'

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

About

License:MIT License


Languages

Language:Java 100.0%