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
arthas-boot.jar
as.sh
arthas-boot
vmtool --action getInstances --className org.springframework.context.ConfigurableApplicationContext --express 'instances[0].getEnvironment().getProperty("trs.openMock")' 命令,获取的值为2
实际运行结果,最好有详细的日志,异常栈。尽量贴文本。
把异常信息贴到这里
The text was updated successfully, but these errors were encountered:
@smallchips 这个需要看nacos的实现原理,你这里通过vmtool 直接获取 openMock 的值看一下 https://arthas.aliyun.com/doc/vmtool.html 用arthas 插件 执行一下
Sorry, something went wrong.
No branches or pull requests
环境信息
arthas-boot.jar
或者as.sh
的版本: 4.0.4arthas-boot
的版本: 4.0.4重现问题的步骤
@DaTa
@RefreshScope
@component
@ConfigurationProperties(prefix = "trs")
public class TrsConfig {
private String openMock;
}
期望的结果
vmtool --action getInstances --className org.springframework.context.ConfigurableApplicationContext --express 'instances[0].getEnvironment().getProperty("trs.openMock")' 命令,获取的值为2
实际运行的结果
实际运行结果,最好有详细的日志,异常栈。尽量贴文本。
The text was updated successfully, but these errors were encountered: