Intellij idea for mavan 配置信息

来源:互联网 发布:上海交通大学宿舍网络 编辑:程序博客网 时间:2024/06/05 11:49


1.首选项设置


  


2. settings.xml

   


3.pom.xml

 <dependencies>
        <dependency>//添加依赖,想要添加某一个依赖库的具体信息、百度即可

            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <scope>test</scope>
        </dependency>

</dependencies>



原创粉丝点击