Hilla – A new Frontend Framework for SpringBoot
Latest
Hilla – A new Frontend Framework for SpringBoot
The new frontend framework for Spring Boot
frameworkspringspring-boot
1 min
Read article →Blog
Notes on Java, architecture, cloud, and AI. Filter by month or tags to jump to a topic quickly.
Hilla – A new Frontend Framework for SpringBoot
The new frontend framework for Spring Boot
Secure your API Gateway with Json Web Tokens (JWT)
Spring recently released an update for microservices applications, and this update is a Spring Cloud Gateway that sits in front of all your microservices and accepts requests and then redirects them to the corresponding service. It’s handy to add a layer of security here, so that if a […]
Dockerize a Spring Boot application
Around the Code we guide you through the process of building a Docker image to run a Spring Boot application.