0%

IntelliJ IDEA Maven项目添加依赖自动提示

使用IntelliJ IDEA,我们在给Maven项目添加依赖时,可以设置让IDEA自动提示依赖包。

Preferences > Build, Execution, Deployment > Build Tools -> Maven > Repositories > Indexed Maven Repositores

选中URL,再点击Update按钮。更新后,在添加依赖时,则可以自动提示了。