Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Unleash/unleash-mini-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unleash Mini WS

In this workshop you will learn how to use Unleash in a typical Java Web Application, based on Spring Boot.

Step-by-step instructions are found in the Java client documentation.

Getting started

  1. Clone this project
  2. Build project with maven: mvn clean install
  3. Run src/main/java/no/finn/unleash/example/DemoApplication.java from your IDE
  4. Open http://localhost:8080

Tasks

  1. Add the Unleash dependency to your project
  2. Create and enable your own feature toggle
  3. Check the toggle value in you code
  4. Change toggle to GradualRolloutRandom strategy
  5. Add UserWithId strategy for internal users
  6. Change to GradualRolloutUserId for stickiness

About

A small Java-based Workshop to help users get started using Unleash!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published