背景,手贱在输入自定义的 archetype时后面多输入了一个空格

解决:自定义的Archetype 会保存在Windows下面的文件中

C:\Users\<user>\.IntelliJIdeaxxx\system\Maven\Indices\UserArchetypes.xml

根据需要修改添加该文件的内容就行。

 

注意,需要重启IDEA才能生效!

 

参考:

https://stackoverflow.com/questions/4361567/where-are-added-archetypes-stored-in-intellij

补充

Linux: ~/.IntelliJIdeaxxx/system/Maven/Indices/UserArchetypes.xml

Mac: ~/Library/Caches/IntelliJIdeaxxx/Maven/Indices/UserArchetypes.xml

相关文章:

  • 2021-06-11
  • 2022-12-23
  • 2022-01-14
  • 2022-12-23
  • 2021-08-12
  • 2022-01-17
猜你喜欢
  • 2021-08-16
  • 2021-12-02
  • 2022-12-23
  • 2021-10-20
  • 2021-05-21
  • 2022-02-22
相关资源
相似解决方案