7
当前版本的Arthas Spring Boot Starter(3.5.5) 当前在 Arthas Properties中不支持配置username、password,那么Arthas Spring Boot Starter使用方式下,应该如何鉴权
当前版本的Arthas Spring Boot Starter(3.5.5) 当前在 Arthas Properties中不支持配置username、password,那么Arthas Spring Boot Starter使用方式下,应该如何鉴权
实际上是传一个map进去的,可以直接配置上,只不过没有IDE的自动提示。 可以看下starter代码里怎么注入配置的。
done,感谢大神解答~