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 […]

Spring Boot – Logging

2020 VietMX 1

Spring Boot uses Apache Commons logging for all internal logging. Spring Boot’s default configurations provides a support for the use of Java Util Logging, Log4j2, […]