原创 spring cloud 自動降級

1、讓greeting-service支持hystrix(1)pom.xml<dependency>    <groupId>org.springframework.cloud</groupId>    <

原创 spring cloud 統一監控-turbine

2、hystrix dashboard(1)pom.xml<dependency> <groupId>org.springframework.boot</groupId> <artifactId>sprin

原创 maven和git安裝

1、安裝mavenwget http://mirror.bit.edu.cn/apache/maven/maven-3/3.5.0/binaries/apache-maven-3.5.0-bin.tar.g

原创 jenkins中配置基於docker的自動化部署

1、新建一個任務2、構建一個自由風格的軟件項目3、配置Github,包括github地址,用戶名和密碼,分支4、配置構建環境增加構建步驟 -> invoker top-level-Maven targets

原创 什麼是Maven

什麼是maven?   Maven是一個用於項目構建的工具,通過它便捷的管理項目的生命週期。即項目的jar包依賴,開發,測試,發佈打包。   下面我自己總結一下它的幾個特點,看了這些特點,也許對maven有更多的瞭解。   1 jar包依