thepracticaldeveloper / feature-toggles-practical

A sample application using different feature toggling techniques with Unleash

Home Page:https://thepracticaldeveloper.com/practical-guide-feature-toggles-spring-boot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A sample application using different feature toggling techniques with Unleash

https://thepracticaldeveloper.com/practical-guide-feature-toggles-spring-boot/


Languages

Language:Java 100.0%