fw boot admin eureka
1.0.0
fw-boot-admin-eureka Monitoring system demo based on Spring Boot 2.1.6, eureka, bootadmin, and security
git clone https://github.com/xuyisu/fw-boot-admin-eureka.git
localhost:8761
localhost:8762
in the browser to view monitoring information. Account password: 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>
You can apply for email configuration by yourself
In this way, if the application goes offline, the following email content can be included for early warning use
If you enjoy using it, you can ask the author to click start, thank you