Unlock Feature Flags in Java Spring Boot 3 -- with Togglz!

Unlock Feature Flags in Java Spring Boot 3 -- with Togglz!

3.771 Lượt nghe
Unlock Feature Flags in Java Spring Boot 3 -- with Togglz!
In this video, we'll be looking at how to use feature flags in Spring Boot 3 to improve your development workflow. We'll be using Togglz, a great tool for managing feature flags and testing your applications. If you're looking to take your development process to the next level, then this video is for you! By the end of this video, you'll know how to use feature flags in Spring Boot 3 to improve your development workflow. Thanks for watching! 🔗References: - https://www.togglz.org/documentation/spring-boot-starter.html Get the Code! https://github.com/wazooinc/spring-boot-3-feature-flag-demo 🔗Grab My Other Products Available: - Build Your First Web Service API Using Java Spring Boot https://wazoowebbytes.gumroad.com/l/xomqa 👋🏻Connect with me: Twitter: https://www.twitter.com/eyuzwa ===---=== Concepts ===---=== - Spring Boot - Spring Data - H2 Database - Togglz - Feature Flags - Feature Toggles ===---=== Chapters ===---=== 00:00 - Introduction 00:33 - What are Feature Flags? 04:11 - Togglz Website 04:42 - Start.spring.io 05:45 - Opening in VS Code 06:12 - Adding Togglz to pom.xml 07:14 - Updating application.properties 09:11 - Adding support for a Product 11:19 - Adding a Product REST Controller 13:41 - Testing via Postman 14:18 - Adding PRICE_INCREASE feature flag 15:15 - Updating application.properties 17:27 - Updating ProductController with PRICE_INCREASE 18:50 - togglz-console 20:49 - Adding Feature Flag #2