IDEA解决Maven创建新项目不加载jar包问题

一、安装IDEA

      引用别人安装心得  安装

二、新建maven项目

      1、创建maven project 选择quickstart类型,点击Next

      

     2、输入groupId和ArtifactId  点击Next

     

    3、选择maven库及配置文件 如图所示

    

    4、创建settings.xml 文件存放到 C:\Users\yanlz\.m2\repository  如图所示:        


    
    
  1. <?xml version="1.0"?>
  2. <settings>
  3. <localRepository>C:\Users\yanlz\.m2\repository </localRepository> <!--需要改成自己的maven的本地仓库地址-->
  4. <mirrors>
  5. <mirror>
  6. <id>alimaven </id>
  7. <name>aliyun maven </name>
  8. <url>http://maven.aliyun.com/nexus/content/groups/public/ </url>
  9. <mirrorOf>central </mirrorOf>
  10. </mirror>
  11. </mirrors>
  12. <profiles>
  13. <profile>
  14. <id>nexus </id>
  15. <repositories>
  16. <repository>
  17. <id>nexus </id>
  18. <name>local private nexus </name>
  19. <url>http://maven.oschina.net/content/groups/public/ </url>
  20. <releases>
  21. <enabled>true </enabled>
  22. </releases>
  23. <snapshots>
  24. <enabled>false </enabled>
  25. </snapshots>
  26. </repository>
  27. </repositories>
  28. <pluginRepositories>
  29. <pluginRepository>
  30. <id>nexus </id>
  31. <name>local private nexus </name>
  32. <url>http://maven.oschina.net/content/groups/public/ </url>
  33. <releases>
  34. <enabled>true </enabled>
  35. </releases>
  36. <snapshots>
  37. <enabled>false </enabled>
  38. </snapshots>
  39. </pluginRepository>
  40. </pluginRepositories>
  41. </profile> </profiles>
  42. </settings>

   5、修改项目名称  这里吐槽一下  IDEA创建项目直接把“-”去掉了 每次都需要手动加上  点击Next

   

  6、如图所示  

三、创建项目时没有代码目录和资源目录

     创建src/main/java  并标记为源代码文件

    

     创建src/main/resoures 并标记资源文件夹


     方法一、直接右键 标记   

            选择java目录右键 Mark Directory as --> Sources Root

            选择resources目录右键 Mark Directory as --> Resources Root


     方法二、选择项目 --> Project Structure 跳出面板 --> 选择 Modules --> Sources  --> 选择文件夹 -->标记


四、在pom.xml文件中添加依赖


发现还是一样没有导包 jar,一般情况下是可以导入的。如果有朋友出现了我这样的问题可以做一下操作

打开控制台 执行mvn命令

  可以输入以下命令

       call mvn -f pom.xml dependency:copy-dependencies  

       mvn clean

       mvn install

      查看哪些资源没有下载下来,然后再根据情况手动下载即可。

然后我这把  maven不加载jar的问题解决了,你可以优雅的编码了



  •                     <li class="tool-item tool-active is-like "><a href="javascript:;"><svg class="icon" aria-hidden="true">
                            <use xlink:href="#csdnc-thumbsup"></use>
                        </svg><span class="name">点赞</span>
                        <span class="count">2</span>
                        </a></li>
                        <li class="tool-item tool-active is-collection "><a href="javascript:;" data-report-click="{&quot;mod&quot;:&quot;popu_824&quot;}"><svg class="icon" aria-hidden="true">
                            <use xlink:href="#icon-csdnc-Collection-G"></use>
                        </svg><span class="name">收藏</span></a></li>
                        <li class="tool-item tool-active is-share"><a href="javascript:;" data-report-click="{&quot;mod&quot;:&quot;1582594662_002&quot;}"><svg class="icon" aria-hidden="true">
                            <use xlink:href="#icon-csdnc-fenxiang"></use>
                        </svg>分享</a></li>
                        <!--打赏开始-->
                                                <!--打赏结束-->
                                                <li class="tool-item tool-more">
                            <a>
                            <svg t="1575545411852" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5717" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M179.176 499.222m-113.245 0a113.245 113.245 0 1 0 226.49 0 113.245 113.245 0 1 0-226.49 0Z" p-id="5718"></path><path d="M509.684 499.222m-113.245 0a113.245 113.245 0 1 0 226.49 0 113.245 113.245 0 1 0-226.49 0Z" p-id="5719"></path><path d="M846.175 499.222m-113.245 0a113.245 113.245 0 1 0 226.49 0 113.245 113.245 0 1 0-226.49 0Z" p-id="5720"></path></svg>
                            </a>
                            <ul class="more-box">
                                <li class="item"><a class="article-report">文章举报</a></li>
                            </ul>
                        </li>
                                            </ul>
                </div>
                            </div>
            <div class="person-messagebox">
                <div class="left-message"><a href="https://blog.csdn.net/yanlingzhang80">
                    <img src="https://profile.csdnimg.cn/4/1/6/3_yanlingzhang80" class="avatar_pic" username="yanlingzhang80">
                                            <img src="https://g.csdnimg.cn/static/user-reg-year/2x/10.png" class="user-years">
                                    </a></div>
                <div class="middle-message">
                                        <div class="title"><span class="tit"><a href="https://blog.csdn.net/yanlingzhang80" data-report-click="{&quot;mod&quot;:&quot;popu_379&quot;}" target="_blank">yanlingzhang80</a></span>
                                            </div>
                    <div class="text"><span>发布了5 篇原创文章</span> · <span>获赞 3</span> · <span>访问量 3万+</span></div>
                </div>
                                <div class="right-message">
                                            <a href="https://im.csdn.net/im/main.html?userName=yanlingzhang80" target="_blank" class="btn btn-sm btn-red-hollow bt-button personal-letter">私信
                        </a>
                                                            <a class="btn btn-sm  bt-button personal-watch" data-report-click="{&quot;mod&quot;:&quot;popu_379&quot;}">关注</a>
                                    </div>
                            </div>
                    </div>
    </article>
    
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值