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