SpringBoot-统一管理方式


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.iba
iba-parent
1.0-SNAPSHOT
pom
IBA所有工程依赖pom


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



    UTF-8
    UTF-8
    1.8
    iba
    1.5.8.RELEASE
    Edgware.RELEASE
    true



    
        
            org.springframework.boot
            spring-boot-starter-data-redis
        
        
            org.springframework.boot
            spring-boot-starter-jdbc
        
        
            org.mybatis.spring.boot
            mybatis-spring-boot-starter
        
        
            org.springframework.boot
            spring-boot-starter-validation
        
        
            org.springframework.cloud
            spring-cloud-starter-config
        
        
            org.springframework.cloud
            spring-cloud-starter-eureka
        
        
            org.springframework.cloud
            spring-cloud-starter-feign
        
        
            org.springframework.cloud
            spring-cloud-starter-ribbon
        
        
            org.springframework.cloud
            spring-cloud-dependencies
            ${spring-cloud.version}
            pom
            import
        
        
            org.springframework.boot
            spring-boot-dependencies
            ${spring-boot.version}
            pom
            import
        
        
            mysql
            mysql-connector-java
            5.1.44
        
    



    
        
            org.springframework.boot
            spring-boot-maven-plugin
        
        
            org.apache.maven.plugins
            maven-release-plugin
            2.3.2
        
    


    
        nexus-releases
        Nexus Release Repository
        http://192.168.0.200:8081/repository/maven-releases/
    
    
        nexus-snapshots
        Nexus Snapshot Repository
        http://192.168.0.200:8081/repository/maven-snapshots/
    

你可能感兴趣的:(SpringBoot-统一管理方式)