All Projects → ff4j → ff4j-spring-boot-starter-parent

ff4j / ff4j-spring-boot-starter-parent

Licence: other
A spring boot starter for FF4J (Feature Flipping For Java)

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
Gherkin
971 projects

Projects that are alternatives of or similar to ff4j-spring-boot-starter-parent

spring-boot-mybatisplus-multiple-datasource
Spring Boot Mybatis Plus 多数据源
Stars: ✭ 64 (+178.26%)
Mutual labels:  springboot
jxc-admin
一个前后端分离的简易进销存后台管理系统,基于SpringBoot和vue-element-admin实现,具备常见的后台管理功能,登录态使用session,使用基于资源url的简单权限控制。
Stars: ✭ 203 (+782.61%)
Mutual labels:  springboot
qynat-spring-boot-starter
A springboot-starter that can achieve Intranet penetration. 一款可以实现内网穿透的springboot-starter。
Stars: ✭ 65 (+182.61%)
Mutual labels:  springboot
LearnCS-ByYourself
CS 自学指南(Java编程语言、数据库、数据结构与算法、计算机组成原理、操作系统、计算机网络、英语、简历、面试)
Stars: ✭ 246 (+969.57%)
Mutual labels:  springboot
chat-server-release
[飞享]-服务端发布版本,支持TCP,Websocket链接,只需修改少量的配置即可快速部署,请严格按照项目部署目录配置环境,这样能保证你快速部署成功.详情请进入官网https://www.fsharechat.cn 查看具体的部署说明,技术支持商业合作请找官方技术支持
Stars: ✭ 28 (+21.74%)
Mutual labels:  springboot
zkspringboot
ZK - Spring Boot integration
Stars: ✭ 38 (+65.22%)
Mutual labels:  springboot
note
📝个人知识体系 算法与数据结构 / 操作系统 / 数据库 / 计算机系统 / 网络 / 中间件 / Java / 架构 / 前端 / 运维 / 网络安全 / 软技能
Stars: ✭ 40 (+73.91%)
Mutual labels:  springboot
opsli-ui
OPSLI 快速开发平台基于springboot、vue、element-ui ,项目采用前后端分离架构,热插拔式业务模块与插件扩展性高 ,代码简洁,功能丰富,开箱即用
Stars: ✭ 76 (+230.43%)
Mutual labels:  springboot
service-api
Report portal. Main API Service
Stars: ✭ 35 (+52.17%)
Mutual labels:  springboot
Ant-Live
【基于JAVA开发的在线直播平台】Ant Live;腾讯云直播服务;直播鉴黄;礼物;支付宝充值提现;弹幕聊天室;前端后分离;SpringBoot;直播平台开发;
Stars: ✭ 28 (+21.74%)
Mutual labels:  springboot
ChuyunBlog
SpringBoot+MyBatis+Thymeleaf 博客系统
Stars: ✭ 147 (+539.13%)
Mutual labels:  springboot
FullStack-Angular-SpringBoot
Customer Relationship Managment [Full-stack Web Development using Angular & SpringBoot (RestFull API)]
Stars: ✭ 48 (+108.7%)
Mutual labels:  springboot
grpc-apm-spring-boot-starter
Spring boot starter for gRPC framework with Elastic APM
Stars: ✭ 18 (-21.74%)
Mutual labels:  springboot
Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (+43.48%)
Mutual labels:  springboot
energy-management-sys communication-sub-sys
基于DLT645-2007/DLT645-1997协议的智能电表数据采集系统。借助于高性能的网络编程框架Netty开发,系统可以和智能电表交互并把设备传上来的数据实时写进数据库(目前只支持MySQL)。
Stars: ✭ 27 (+17.39%)
Mutual labels:  springboot
robert
基于SpringCloud的企业级微服务多租户系统、多语言的脚手架, 代码组件化、高内聚低耦合,代码简介,注释丰富容易上手,该项目包括用于开发分布式应用程序服务的必要组件,支持多应用程序访问,并使开发人员可以轻松地使用Spring Cloud编程模型来开发分布式应用程序服务。
Stars: ✭ 45 (+95.65%)
Mutual labels:  springboot
jsf-primefaces
JSF Primefaces Tutorials
Stars: ✭ 93 (+304.35%)
Mutual labels:  springboot
xiaomi-vue-store
基于Vue + SpringBoot实现的前后端分离的仿小米商城项目,包含秒杀模块。
Stars: ✭ 58 (+152.17%)
Mutual labels:  springboot
taotao-cloud-project
微服务开发脚手架,包括大数据模块、微服务模块、前端模块。基于Spring Cloud Alibaba的微服务架构。提供技术框架的基础能力的封装,减少开发工作,只关注业务,包含了工作以来的工作总结和技术沉淀
Stars: ✭ 76 (+230.43%)
Mutual labels:  springboot
springboot-react-blog
使用 springboot 和 react 开发的博客系统
Stars: ✭ 77 (+234.78%)
Mutual labels:  springboot

Feature Flipping For Java Spring boot

Spring boot starter for FF4J (Feature Flipping for Java)

Build Status Codacy Badge codecov License Apache2 Join the chat at https://gitter.im/paul58914080/ff4j-spring-boot-starter-parent

Swagger Documentation

This project aims in providing a bootable starter which provides RESTful apis for FF4J.

Create a bootable jar with

mvn clean install

Add dependency in your project

<dependency>
    <groupId>org.ff4j</groupId>
    <artifactId>ff4j-spring-boot-starter</artifactId>
    <version>1.8</version>
</dependency>

Sample

A sample project is located at ff4j-spring-boot-sample

Use mvn spring-boot:run

Once the sample application is booted use the following curl command:

curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X GET http://localhost:8080/ff4j

Have a look at FF4JConfiguration

What is FF4J ?

FF4J is a proposition of Feature Toggle. Features can be enabled or disabled through configuration at runtime with dedicated consoles, Web API, or monitor features usage. The same web console can also define any Property and change its value at runtime.

More information can be found at ff4j.org or the reference guide. To access a demo please click [here] (http://cannys.com/ff4j-demo)


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].