Skip to content

OpenFuturePlatform/open-api-spring-boot-sdk

Repository files navigation

OpenJ Spring Boot Starter

OpenJ starter is a library for easy integration Open SDK and Spring Boot application.

Installing

Using gradle:

compile("io.openfuture:spring-boot-starter-sdk:1.0.0")

Using maven:

<dependency>
    <groupId>io.openfuture</groupId>
    <artifactId>spring-boot-starter-sdk</artifactId>
    <version>1.0.0</version>
</dependency>

Get started

token - your open key

Inside your application.properties set

open.token = token

After that you can autowire bean OpenJ

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages