打开other Settings

打开IDEA-->File-->other Settings-->Settings for New Project //这样是用来更改默认的设置,如果选择settings的话,只是更改当前项目的设置。

搜索maven
更改Maven home directory,默认的为软件自带的maven工具,这里更改为咱们本地安装好的maven工具;
User settings file,更改为本地maven/conf/settings.xml;
图片说明
VM Options更改参数,具体原因详见:https://www.cnblogs.com/del88/p/6286887.html
图片说明