Alex Kinyuaalexkinyua.hashnode.dev·Jul 20, 2023Exception Handling in SpringbootIntroduction In this article, we going to be looking at how to handle exceptions in spring boot and create custom exceptions. So basically, in this case, we will use the employee restApi we created lastly to implement exception handling. You can read...Springboot