springboot中pom.xml文件的基本配置


  4.0.0
  com.entor
  SpringBoot
  war
  0.0.1-SNAPSHOT
  SpringBoot Maven Webapp
  
  
  	org.springframework.boot
  	spring-boot-starter-parent
  	1.4.3.RELEASE
  
  
  
  
  
    
      junit
      junit
      3.8.1
      test
    
    
    
    
    	org.springframework.boot
    	spring-boot-starter-web
    
    	
	    
    
    	org.apache.tomcat.embed
    	tomcat-embed-jasper
    	provided
    
    
    
    
    	mysql
    	mysql-connector-java
    	runtime
    
    
    
    
    	com.oracle
    	ojdbc14
    	10.0.0
    
    
    
  	
  		com.alibaba
  		druid
  		1.0.29
  	
  	
  	 
  	
  		org.mybatis.spring.boot
  		mybatis-spring-boot-starter
  		1.3.1
  	
  	
  	
  	
  		org.springframework.boot
  		spring-boot-starter-data-jpa
  	
  	
  	
  	
  		jstl
  		jstl
  		1.2
  	

  	
  
  
  
  
    SpringBoot
  


你可能感兴趣的:(springboot)