使用 IntelliJIDEA 构建一个 Maven 项目
 
(1)Maven项目
(1.1)New Project ----- Maven
(1.2)配置JDK
(1.3)Create from archetype

Learn IntelliJIDEA (02)
 
 
 
(2)使用IDEA执行Maven打包操作
打开views ----- Tool Buttons 
右侧可以看到

Learn IntelliJIDEA (02)
 
 
 
(3)使用IDEA执行Maven打包操作
Maven工具栏讲解
(3.1)重新导入所有的Maven项目
当你修改了POM.xml文件的配置,尤其是修改了依赖项目的配置,执行重新导入

Learn IntelliJIDEA (02)
 
 
(3.2)用于执行一个Maven目标,这个目标用来生成当前项目所需要的一些源文件以及资源文件

Learn IntelliJIDEA (02)
 
 
(3.3)用来下载源码和帮助文档


Learn IntelliJIDEA (02)
 
 
(3.4)用来添加Maven项目

Learn IntelliJIDEA (02)
 
 
(3.5)用来跳过单元测试

Learn IntelliJIDEA (02)
 
 
(3.6)Maven设置

Learn IntelliJIDEA (02)
 
 
 
(3.7)Maven项目生命周期+插件+依赖的jar

Learn IntelliJIDEA (02)
 
 
(3.8)执行打包

Learn IntelliJIDEA (02)
 
Learn IntelliJIDEA (02)
 
 
 
 
 
 

相关文章:

  • 2021-10-12
  • 2021-08-06
  • 2021-06-20
  • 2022-01-12
  • 2021-09-09
  • 2021-07-10
猜你喜欢
  • 2021-06-13
  • 2021-06-03
  • 2021-06-09
  • 2021-06-27
  • 2021-09-06
  • 2021-10-18
  • 2021-08-10
相关资源
相似解决方案