Skip to content

OpenFuturePlatform/open-api-spring-boot-sdk

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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