fw boot admin eureka
1.0.0
fw-boot-admin-eureka基於Spring Boot 2.1.6 、 eureka 、 bootadmin 、security 的監控系統demo
git clone https://github.com/xuyisu/fw-boot-admin-eureka.git
localhost:8761
localhost:8762
查看監控資訊帳號密碼:admin admin <dependencies>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-starter-server</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jolokia</groupId>
<artifactId>jolokia-core</artifactId>
</dependency>
</dependencies>
郵件配置可以自行申請
這樣生產如果應用下線,可以收入如下郵件內容,供預警使用
如果你用爽了,可以請作者點個start,謝謝