Skip to content

kleinjoshuaa/java_openfeature_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenFeature Java Example Code

Example code using Split as the OpenFeature backend.

Build & run

Copy env.example to .env and add your API key, and the name of the feature flag you want to use. After you can run the app.

Run via Maven

$ mvn compile exec:java -Dexec.mainClass="com.company.Main"

Run from jar

$ mvn clean package
$ java -jar target/java_openfeature_test-1.0-SNAPSHOT-jar-with-dependencies.jar

About

Basic Command Line openfeature demo of the Java Split SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages