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
1.5.36 正常
1.5.36
1.6.0 ~ ~之后 client interface 都无法正常注入
1.6.0
client interface
springboot 2.7.18
public interface TestClient { @Request("https://www.baidu.com") String test(); } --- @Autowired private TestClient testClient; // 无法注入
The text was updated successfully, but these errors were encountered:
[1.6.0 ~ ) 版本又得手动指定 @ForestScan
[1.6.0 ~ )
@ForestScan
Sorry, something went wrong.
No branches or pull requests
1.5.36
正常1.6.0
~ ~之后client interface
都无法正常注入springboot 2.7.18
The text was updated successfully, but these errors were encountered: