集成_1_POM依赖


  4.0.0

  tutorial.springboot
  Tutorial_SpringBootMybatis
  0.0.1-SNAPSHOT
  jar

  Tutorial_SpringBootMybatis
  http://maven.apache.org

  
        org.springframework.boot
        spring-boot-starter-parent
        1.3.5.RELEASE
  
    
  
    UTF-8
    1.7
  

  
    
        org.springframework.boot
        spring-boot-starter-web
    
    
    
        mysql
        mysql-connector-java
    
        
    
                org.mybatis.spring.boot
        mybatis-spring-boot-starter
        1.1.1
    
    
    
        com.alibaba
        druid
        1.0.27
    
    
    
        org.springframework.boot
        spring-boot-devtools
        true
        true
    
   
    
         org.springframework.boot
         spring-boot-configuration-processor
         true
    
    
    
         org.springframework.boot
         spring-boot-starter-test
         test
    
   
    
         org.springframework.boot
         spring-boot-starter-actuator
     
   
    
        com.github.pagehelper
        pagehelper
        4.2.1
    
  
  
   
        
               
                   org.springframework.boot
                   spring-boot-maven-plugin
                   
                           true 
                   
               
        
    

你可能感兴趣的:(集成_1_POM依赖)