idea 中配置 maven

前文叙述:

复制代码
配置 maven 一共要设置两个地方:
	1、为当前项目设置
	2、为新项目设置
	
maven 的下载和安装可参考我之前写过的文章,具体的配置文章中也都有讲解。

1、为当前项目进行 maven 配置

配置 VM Options:

复制代码
-DarchetypeCatalog=internal

2、为新项目进行 maven 配置

File -> New Project settings -> Settings for New Projects...

弹出页面, 设置同上即可。

相关推荐
木木子99991 小时前
业务架构、应用架构、数据架构、技术架构
java·开发语言·架构
qq_5470261793 小时前
Flowable 工作流引擎
java·服务器·前端
鼓掌MVP4 小时前
Java框架的发展历程体现了软件工程思想的持续进化
java·spring·架构
编程爱好者熊浪5 小时前
两次连接池泄露的BUG
java·数据库
lllsure5 小时前
【Spring Cloud】Spring Cloud Config
java·spring·spring cloud
鬼火儿5 小时前
SpringBoot】Spring Boot 项目的打包配置
java·后端
NON-JUDGMENTAL5 小时前
Tomcat 新手避坑指南:环境配置 + 启动问题 + 乱码解决全流程
java·tomcat
chxii6 小时前
Maven 详解(上)
java·maven
李少兄6 小时前
IntelliJ IDEA 远程调试(Remote Debugging)教程
java·ide·intellij-idea
Kuo-Teng6 小时前
Leetcode438. 找到字符串中所有字母异位词
java·算法·leetcode