Skip to content

thepracticaldeveloper/feature-toggles-practical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feature Toggles with Java, Spring Boot, and Unleash

This is an example project that through different practical use cases of feature toggling, and shows how to configure Unleash (a feature toggle service) with Java and Spring Boot.

Read the complete guide (for free) at The Practical Developer's website.

Requirements

You need:

Alternatively, you can use your own server instance of Unleash. Check the documentation for the complete details.

Running the app

The easiest option is via the command line and using the Maven wrapper included in the project:

$ ./mvnw spring-boot:run -Dspring-boot.run.arguments="--unleash.clientSecret=your-client-secret"

Check the blog post for all the details.

Questions?

Feel free to create an issue in this repository or add a comment to the blog post.