Jul
11
Validate Your Microservices with MicroProfile and Bean Validation
By Jorge Cajas Example, Gradle, Jakarta EE, Java EE, Tutorial No CommentsIs a common code practice in our microservices to have a lot of If’s blocks to validate if some values are null, or if the have the right size, the dates are correct, etc. then the developer needs to inform the user that something went wrong and 50% of our...
Read More
