spring boot
2 articles tagged “spring boot”
Blog
November 13, 2024
Handling transactions across multiple data sources in Spring Boot
Intro While a single data source can be sufficient for many web applications, nowadays, relying solely on one data source is not the case for…
Blog
November 15, 2023
Securing Spring Boot Applications with Keycloak and Spring Security
Securing applications and data within them has always been of great significance. Running into some form of identity and access control while developing applications is…