查看FactoryBean源码
Ctrl+Shift+t出现图1
选中FactoryBean,open后出现图2
点Attach Source,出现图3:
点External File找spring-beans-4.0.0.RELEASE-sources.jar添加进Path,OK。
注意,若是要看别的源码,首先要知道它在哪个jar包,把相应jar包添加进去就行了。
本文共 240 字,大约阅读时间需要 1 分钟。
查看FactoryBean源码
Ctrl+Shift+t出现图1
选中FactoryBean,open后出现图2
点Attach Source,出现图3:
点External File找spring-beans-4.0.0.RELEASE-sources.jar添加进Path,OK。
注意,若是要看别的源码,首先要知道它在哪个jar包,把相应jar包添加进去就行了。
转载于:https://www.cnblogs.com/Ceciliamumu/p/10951691.html