[Spring cloud 一步步实现广告系统] 8. 检索系统配置&依赖

工作流程

[Spring cloud 一步步实现广告系统] 8. 检索系统配置&依赖_第1张图片

项目依赖


        
        
            org.springframework.cloud
            spring-cloud-starter-hystrix-dashboard
            1.2.7.RELEASE
        
        
        
            org.springframework.cloud
            spring-cloud-starter-netflix-eureka-client
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
        
            org.springframework.cloud
            spring-cloud-starter-openfeign
        
        
        
            org.springframework.cloud
            spring-cloud-starter-ribbon
            1.2.7.RELEASE
        
        
        
            org.springframework.boot
            spring-boot-starter-data-jpa
        
        
            org.springframework.boot
            spring-boot-starter-jdbc
        
        
            com.sxzhongf
            mscx-ad-common
            1.0-SNAPSHOT
        
        
            com.sxzhongf
            mscx-ad-feign-sdk
            1.0-SNAPSHOT
        
        
        
            commons-codec
            commons-codec
        
        
        
            org.apache.commons
            commons-collections4
            4.1
        
        
        
            com.github.shyiko
            mysql-binlog-connector-java
            0.18.1
        
        
        
            org.springframework.boot
            spring-boot-autoconfigure-processor
        
        
        
            org.springframework.kafka
            spring-kafka
            2.1.5.RELEASE
        

        
        
            
            
            
        
        
            
            
            
        

        
            mysql
            mysql-connector-java
            runtime
        
    

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

你可能感兴趣的:([Spring cloud 一步步实现广告系统] 8. 检索系统配置&依赖)