Wim Deblauwe
Wim Deblauwe
It is currently possible to use `UUID` as a path parameter for example and this works fine. However, if you pass a `LocalDate` object, it does not work. ``` get("/api/reservations/{date}",...
For people that don't like to use npm, we can add a Spring Boot DevTools based version for the live reload setup. For use with Tailwind CSS, we can take...
I am using Spring Boot 3.3.2 and try to integrate this library to avoid having to integrate with Okta for our integration tests. I created this context initializer: ``` public...