Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/featbit/featbit-springboot-starter
https://github.com/featbit/featbit-springboot-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/featbit/featbit-springboot-starter
- Owner: featbit
- License: mit
- Created: 2022-10-25T00:25:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T08:54:57.000Z (6 months ago)
- Last Synced: 2024-07-19T14:51:54.978Z (6 months ago)
- Language: Java
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)