添加依赖jar包不出提示时需要重建索引:
eclipse中 window==>show view==>other 搜索maven
右键Rebuild index重建索引。
maven在debug时需要先配置好源码包:
在进入maven的debug模式maven build时 选择source分页
点击add 选择java project
选中自己的项目,然后就可以正常调试了。
eclipse中 window==>show view==>other 搜索maven
右键Rebuild index重建索引。
在进入maven的debug模式maven build时 选择source分页
点击add 选择java project
选中自己的项目,然后就可以正常调试了。