一步一步学springboot (十二)不继承springboot父工程


公司有一套自己的parent POM,用以统一各系统的依赖,所以就不方便采用Spring Boot的继承方式了


    com.lifeng.springboot
    springboot-myparent
    0.0.1-SNAPSHOT

  springboot-three
  springboot-three
  
  
		
			
				
				org.springframework.boot
				spring-boot-dependencies
				1.5.0.RELEASE
				pom
				import
			
		
	
	
		  
            org.springframework.boot  
            spring-boot-starter-web
    	
	
源代码: http://git.oschina.net/lifengit/springboot3




你可能感兴趣的:(一步一步学springboot (十二)不继承springboot父工程)