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

Spring Boot – Runners

2020 VietMX 0

Application Runner and Command Line Runner interfaces lets you to execute the code after the Spring Boot application is started. You can use these interfaces […]

Giới thiệu HATEOAS

2020 VietMX 2

1. HATEOAS là gì? HATEOAS (Hypermedia As The Engine Of Application State) là một trong những chuẩn được khuyến nghị cho RESTful API. Thuật ngữ “Hypermedia” có nghĩa là bất kỳ nội […]