fw boot admin eureka
1.0.0
fw-boot-admin-eureka Spring Boot 2.1.6、eureka、bootadmin、セキュリティに基づく監視システムのデモ
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>
メール設定は自分で申請できます
このようにして、アプリケーションがオフラインになった場合、次の電子メールの内容を早期警告用に含めることができます。
使用して気に入っていただけましたら、作者に「開始」をクリックするよう依頼してください。ありがとうございます