速くspring bootプロジェクトを創建します.

8534 ワード

xml version="1.0" encoding="UTF-8"?>
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   4.0.0

   com.heathlink
   iov-timer
   0.0.1
   pom

   
      UTF-8
      UTF-8
      1.8
      1.3.1
      1.1.5
      2.8.2
   

   
      org.springframework.boot
      spring-boot-starter-parent
      1.5.8.RELEASE
       
   

   
      
         org.springframework.boot
         spring-boot-starter-data-redis
      
      
         org.mybatis.spring.boot
         mybatis-spring-boot-starter
         ${mybatis.boot.version}
      
      
         org.springframework.boot
         spring-boot-starter-validation
      

      
         com.h2database
         h2
         runtime
      
      
         mysql
         mysql-connector-java
         runtime
      
      
         com.alibaba
         druid
         ${druid.version}
      

      
         org.projectlombok
         lombok
         true
      

      
      
         org.apache.logging.log4j
         log4j-core
         ${log4j.version}
      
      
         com.healthlink.iov2
         healthlink-iov2
         system
          1.0
         ${project.basedir}/lib/iov2.jar
      
   

   
      
         
            org.springframework.boot
            spring-boot-maven-plugin