标签:博客 链接 a20 use 学习 intellij idea crete 遇到
本文为学习笔记,直接复制粘贴了网上大量资源,参考内容以下给出地址链接,侵删。
参考博客:
file->new->new project,选择maven。
这里可能会遇到archetype一直加载的问题。原因:idea一直读自己的配置里缓存导致的。
打开:Setting---->Build Tools → Maven → Importing
VM options for importer 的值改为 -Xmx1024m。
C:\Users\Administrator.IntelliJIdea2016.1\system\Maven(或者C:\Users\hc001.IntelliJIdea2016.1\system\Maven,总之在C盘找到.IntelliJIdea2016.1缓存) ,将Maven文件里面清空,然后重启idea。(这种方法我没有测试)
解决之后,勾选crete from archetype,并选择如图所示的archetype:
标签:博客 链接 a20 use 学习 intellij idea crete 遇到
原文地址:https://www.cnblogs.com/Sherlin/p/9066034.html