国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 幫助中心 > 正文

SpringCloud turbine監控實現過程解析

2024-07-09 22:42:54
字體:
來源:轉載
供稿:網友

這篇文章主要介紹了SpringCloud turbine監控實現過程解析,文中通過示例代碼介紹的非常詳細,對大家的學習或者工作具有一定的參考學習價值,需要的朋友可以參考下

1、pom.xml文件

<?xml version="1.0" encoding="UTF-8"?><project 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 https://maven.apache.org/xsd/maven-4.0.0.xsd">  <modelVersion>4.0.0</modelVersion>  <parent>    <groupId>com.test</groupId>    <artifactId>springcloud</artifactId>    <version>1.0-SNAPSHOT</version>    <relativePath>../</relativePath> <!-- lookup parent from repository -->  </parent>  <groupId>com.test</groupId>  <artifactId>eureka-client-comsumer-feign-hystrix-turbine</artifactId>  <version>0.0.1-SNAPSHOT</version>  <name>eureka-client-comsumer-feign-hystrix-turbine</name>  <description>Demo project for Spring Boot</description>  <properties>    <java.version>1.8</java.version>    <spring-cloud.version>Greenwich.SR1</spring-cloud.version>  </properties>  <dependencies>    <dependency>      <groupId>org.springframework.boot</groupId>      <artifactId>spring-boot-starter-web</artifactId>    </dependency>    <dependency>      <groupId>org.springframework.cloud</groupId>      <artifactId>spring-cloud-starter-netflix-hystrix-dashboard</artifactId>    </dependency>    <dependency>      <groupId>org.springframework.boot</groupId>      <artifactId>spring-boot-starter-actuator</artifactId>    </dependency>    <dependency>      <groupId>org.springframework.cloud</groupId>      <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>    </dependency>    <dependency>      <groupId>org.springframework.cloud</groupId>      <artifactId>spring-cloud-starter-netflix-hystrix</artifactId>    </dependency>    <dependency>      <groupId>org.springframework.cloud</groupId>      <artifactId>spring-cloud-starter-netflix-turbine</artifactId>    </dependency>    <dependency>      <groupId>org.springframework.cloud</groupId>      <artifactId>spring-cloud-starter-openfeign</artifactId>    </dependency>    <dependency>      <groupId>org.springframework.boot</groupId>      <artifactId>spring-boot-starter-test</artifactId>      <scope>test</scope>      <exclusions>        <exclusion>          <groupId>org.junit.vintage</groupId>          <artifactId>junit-vintage-engine</artifactId>        </exclusion>      </exclusions>    </dependency>  </dependencies>  <dependencyManagement>    <dependencies>      <dependency>        <groupId>org.springframework.cloud</groupId>        <artifactId>spring-cloud-dependencies</artifactId>        <version>${spring-cloud.version}</version>        <type>pom</type>        <scope>import</scope>      </dependency>    </dependencies>  </dependencyManagement>  <build>    <plugins>      <plugin>        <groupId>org.springframework.boot</groupId>        <artifactId>spring-boot-maven-plugin</artifactId>      </plugin>    </plugins>  </build></project>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 疏附县| 大化| 阳朔县| 两当县| 拉萨市| 格尔木市| 前郭尔| 滁州市| 绍兴市| 报价| 奉贤区| 全椒县| 清镇市| 海林市| 玉门市| 玉环县| 滁州市| 邢台县| 紫云| 青海省| 和硕县| 湘潭县| 刚察县| 成都市| 乌审旗| 高平市| 彭阳县| 利辛县| 巩留县| 固镇县| 长丰县| 莱州市| 紫云| 腾冲县| 华宁县| 日土县| 曲阜市| 甘洛县| 南平市| 宜章县| 称多县|