使用 idea 創(chuàng)建 項(xiàng)目時(shí),如果使用原型速度較慢時(shí),添加?archetypeCatalog 屬性,其值為?internal。
eg: ?archetypeCatalog 表示插件使用的archetype元數(shù)據(jù),不加這個(gè)參數(shù)時(shí)默認(rèn)為 remote,local,即中央倉庫archetype元數(shù)據(jù),由于中央倉庫的 archetype 太多了,所以導(dǎo)致很慢,指定internal來表示僅使用內(nèi)部元數(shù)據(jù)。