/springboot-example

Feature Flags in Spring Boot

Primary LanguageJava

Java (Spring Boot) Feature Flags Example

This is an example project of how to use Unlaunch Feature Flags in a Java Service, written using Spring Boot.

To run this project.

  1. Update the application.yaml to provide your Unlaunch SDK Key (Server) if you want to use your own flag.
  2. Run mvn spring-boot:run
  3. Visit http://localhost:8085/api/v1/users/umer@codeahoy.com

For more information, see the related blog post.