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.
- Update the
application.yaml
to provide your Unlaunch SDK Key (Server) if you want to use your own flag. - Run
mvn spring-boot:run
- Visit http://localhost:8085/api/v1/users/umer@codeahoy.com
For more information, see the related blog post.