Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/featbit/featbit-springboot-starter


https://github.com/featbit/featbit-springboot-starter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# FeatBit SpringBoot Starter

## Introduction

This project is used to autoconfigure [FeatBit JAVA SDK](https://github.com/featbit/featbit-java-sdk) in the spring-boot environment.

## Installation

- Install the SDK using Maven

```xml

co.featbit
featbit-springboot-starter
1.2.0

```
- Install the SDK using Gradle

```
implementation 'co.featbit:featbit-springboot-starter:1.2.0'
```

## Examples

- [Spring Boot Demo](https://github.com/featbit/featbit-samples/blob/main/samples/dino-game/demo-springboot/src/main/java/co/featbit/demo/GameDemoController.java)

## Getting support

- If you have a specific question about using this sdk, we encourage you
to [ask it in our slack](https://join.slack.com/t/featbit/shared_invite/zt-1ew5e2vbb-x6Apan1xZOaYMnFzqZkGNQ).
- If you encounter a bug or would like to request a
feature, [submit an issue](https://github.com/featbit/featbit-java-sdk/issues/new).

## See Also

- [Connect To Java Sdk](https://docs.featbit.co/docs/getting-started/4.-connect-an-sdk/server-side-sdks/java-sdk)