Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filp seems does not work #5

Open
shangmingzhen opened this issue Oct 23, 2020 · 0 comments
Open

filp seems does not work #5

shangmingzhen opened this issue Oct 23, 2020 · 0 comments

Comments

@shangmingzhen
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant