We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
我正在寻找相同的工具。 不幸的是,除了等待 Spring 3.2 之外,我没有看到任何其他可能性,那里应该有这个功能。 请参阅https://jira.springsource.org/browse/SPR-9662
I am looking for the same tool. Unfortunately, I do not see any other possibility than to wait for Spring 3.2 where should be that feature. See https://jira.springsource.org/browse/SPR-9662
作为 banterCZ 的回答的后续,Spring Tool Suite 3.2.0 中的 Live Beans Graph 现在几乎完全符合您的要求后,虽然没有出口能力。
请参阅 STS v3.2.0 新的值得注意的页面。
As a follow up to banterCZ's answer, the Live Beans Graph in Spring Tool Suite 3.2.0 now does almost exactly what you're after, though without export capabilities.
See the STS v3.2.0 New and Noteworthy page.
我编写了一个 ApplicationContextDumper 将实时 Spring 应用程序上下文转储到日志中。 它显示自动装配的 Bean 和通过组件扫描加载的 Bean,但无法显示应用了哪个方面。
源代码和示例位于 https://gist.github.com/aleung/1347171
I have written an ApplicationContextDumper to dump live spring application context into log. It shows autowired beans and beans loaded by component scan, but can't show which aspect is applied.
Source code and example in https://gist.github.com/aleung/1347171
您是否正在寻找类似 bean 图表 的内容? 它是spring ide的一部分,可以在项目级别生成。
Are you looking for something like bean graph? It is part of spring ide and can be generated at the project level.
也许您可以通过 JXInsight http://www.jinspired.com/products/jxinsight/
他们似乎有一个 Spring 扩展,并且可能可以显示对象图可视化。
Perhaps you find something with JXInsight http://www.jinspired.com/products/jxinsight/
They seem to have a Spring Extension and they can probably show object graph visualizations.