Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 918 Bytes

File metadata and controls

30 lines (20 loc) · 918 Bytes


Feature Flag Example Project (using OpenFeature / Flagd)

OpenFeature SDK와 Java Flagd Provider를 사용하여 서비스 로직에 Feature Flag를 적용한 예제 프로젝트입니다.

How to Run

$ ./gradlew bootRun

Spring Docker Compose Support 설정에 의해 애플리케이션이 실행되면 /compose.yaml에 정의된 flagd가 실행됩니다.

프로젝트 루트의 http 디렉터리 각 파일을 IntelliJ IDE에서 열어 API를 실행해 볼 수 있습니다.

Dependencies


_2021-05-12__1 58 58