Overview Recently I worked on a web app that needed to call an external API. The web app comprises an Angular (16) cl...
Using Interface In Spring Boot @RequestBody
Overview Recently, for the first time, I encounter a need to use an interface in @RequestBody in my Spring Boot app. ...
Integrate Keycloak With Spring Boot 3
Overview Spring Boot 3 came out with a lot of promises. The most prominent thing is the native image build. I current...
Spring Boot Commandline Runner Tutorial
Overview There are times you need to do some start-up work when your Spring application launch. One of the methods is...
How To Use @Transactional In Spring Properly
With Spring AOP, you can simply use the @Transactional annotation to handle transactions in your app.
ActiveMQ and Spring Boot Message queue Tutorial (w/ Examples)
How to create a producer and consumer to send and consume messages using message queue.