当前位置 : 主页 > 编程语言 > c++ >

maven 简单配置和创建web项目

来源:互联网 收集:自由互联 发布时间:2021-07-03
gistfile1.txt 1、maven 项目的常用配置a)d:/maven/conf/settings.xml d:/maven/repo alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ central jdk1.8 true 1.8 1.8 1.8 1.8 2、打开d:/maven/conf/settings.xml 核心
gistfile1.txt
1、maven 项目的常用配置
		a)d:/maven/conf/settings.xml
			
 
			
 
  d:/maven/repo
 

			
 
			
 
			      
  
   alimaven
  
			      
  
   aliyun maven
  
			      
  
   http://maven.aliyun.com/nexus/content/groups/public/
  
			      
  
   central
          
			
 

			  
 
				  
  
				  
   
   
    jdk1.8
    
    
    
     true
     
    
     1.8
     
    
    
    
     1.8
     
    
     1.8
     
    
     1.8
     
    
    
			  
 
2、打开d:/maven/conf/settings.xml 核心配置文件在  settings 根标签中加入
		
 
		
 
  d:/maven/repo
 

  3。如果比较慢  修改一下  settins.xml 
				  
 
				    
  
				    
   
   
    alimaven
    
   
    aliyun maven
    
   
    http://maven.aliyun.com/nexus/content/groups/public/
    
   
    central
    
  
				  
 
网友评论