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
ในเบราว์เซอร์เพื่อดูข้อมูลการตรวจสอบ รหัสผ่านบัญชี: ผู้ดูแลระบบ <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>
คุณสามารถสมัครตั้งค่าอีเมลได้ด้วยตัวเอง
ด้วยวิธีนี้ หากแอปพลิเคชันออฟไลน์ เนื้อหาอีเมลต่อไปนี้สามารถรวมไว้เพื่อใช้ในการเตือนล่วงหน้าได้
หากคุณสนุกกับการใช้มันคุณสามารถขอให้ผู้เขียนคลิกเริ่มได้ขอบคุณ