Skip to content

filp seems does not work #5

Description

@shangmingzhen

hello,
i use filp in my project, while, it seems that reqest does not going to flip AOP. here is my main step:
first : add dependency

com.github.feature-flip
flips-core
1.0.1

then use in controller
@RequestMapping(value = "/getUserByNickName", produces = {"application/json;charset=UTF-8"}, method = RequestMethod.GET)
@FlipOnEnvironmentProperty(property = "test.pure.newwork", expectedValue = "Y")
public JSONObject getUserByNickName(String nickName){
JSONObject userInfo = userService.getUserByNickName(nickName);
return userInfo;
}

it is nice to hear your reply.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions