Tag: spring boot
Prevent Cross-Site Scripting (XSS) in Spring Boot with Content-Security Policies (CSPs)
Introduction The security of users and their personal data while using a web application is paramount. While this guiding principle has been acknowledged even from the early [more…]
Guide to Simple Email Service (AWS SES) with Spring Boot and Spring Cloud
Introduction AWS SES (Simple Email Service) is a simple-to-setup email sending and receiving service. It is usually difficult, finicky and tedious to manage an on-premise email system, [more…]