Springboot构建之pom配置


	4.0.0
	com.panda.springboat
	panda.springboat
	1.0.0-SNAPSHOT
	war
 
	
		
		
			org.springframework
			spring-webmvc
			5.0.8.RELEASE
		
		
		
			com.jolbox
			bonecp-spring
			0.8.0.RELEASE
		
 
	
	
		
			alfresco-public
			https://artifacts.alfresco.com/nexus/content/groups/public
		
		
			alfresco-public-snapshots
			https://artifacts.alfresco.com/nexus/content/groups/public-snapshots
			
				true
				daily
			
		
		
			beardedgeeks-releases
			http://beardedgeeks.googlecode.com/svn/repository/releases
		
	
	
		
			
				org.apache.maven.plugins
				maven-war-plugin
				3.2.2
				
					false
				
			
			
				org.apache.maven.plugins
				maven-resources-plugin
				3.1.0
				
					UTF-8
				
			
			
				org.apache.maven.plugins
				maven-compiler-plugin
				3.8.0
				
					1.8
					1.8
					UTF-8
				
			
			
				org.apache.tomcat.maven
				tomcat8-maven-plugin
				3.0-r1756463
				
					
					tomcat8
					8080
					UTF-8
				
				
					
						package
						
							run
						
					
				
			
		
	
	
		
			Sonatype
			Sonatype Repository
			http://mvnrepository.com/
			default
			
				true
			
			
				false
			
		
	

转载来源 https://blog.csdn.net/angelinsky93 谢谢!

你可能感兴趣的:(Springboot构建之pom配置)