Spring Boot Actuator provides auditing capabilities for publishing and listening to security related events in a Spring Boot application with Spring Security enabled. The default events are authentication success, authentication failure and access denied, but they can be extended with custom events.
Friday, March 17, 2017
Tuesday, March 7, 2017
Getting started with Thymeleaf 3 text templates
Text ((org.thymeleaf.templatemode.TemplateMode#TEXT)) templates in Thymeleaf allow creating templates with no markup. Such templates can be used to genere non-HTML content like e.g. source code, markdown files or text emails. See how easy it is to utilize text templates with Thymeleaf.
Monday, March 6, 2017
Spring Boot - Configure Log Level in runtime using actuator endpoint
As of Spring Boot 1.5 a new loggers
actuator endpoint allows viewing and changing application logging levels in runtime.
Subscribe to:
Posts (Atom)