Spring Boot – Admin Server

2020 VietMX 0

Monitoring your application by using Spring Boot Actuator Endpoint is slightly difficult. Because, if you have ‘n’ number of applications, every application has separate actuator […]

Spring Boot – Actuator

2020 VietMX 0

Spring Boot Actuator provides secured endpoints for monitoring and managing your Spring Boot application. By default, all actuator endpoints are secured. In this chapter, you […]

Spring Boot – Eureka Server

2020 VietMX 0

Eureka Server is an application that holds the information about all client-service applications. Every Micro service will register into the Eureka server and Eureka server […]

Spring Boot – CORS Support

2020 VietMX 2

Cross-Origin Resource Sharing (CORS) is a security concept that allows restricting the resources implemented in web browsers. It prevents the JavaScript code producing or consuming […]