Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling the spring-cloud-circuitbreaker-1.0.0.RELEASE Source Code

  1. Download the spring-cloud-circuitbreaker-1.0.0.RELEASE source package.
    1
    2
    3
    cd /home
    git config --global http.sslVerify false
    git clone https://github.com/spring-cloud/spring-cloud-circuitbreaker.git
    
  2. Switch to the target version.
    1
    2
    cd spring-cloud-circuitbreaker
    git checkout v1.0.0.RELEASE
    
  3. Perform the compilation.
    1
    ./mvnw clean install -Dgpg.skip=true
    

    If BUILD SUCCESS is displayed, the compilation is successful.