We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: