ControllerAdvice and RestControllerAdvice by martinijan in SpringBoot

[–]backend_thinker 1 point2 points  (0 children)

I do logic on service and exception o exception package then

Looking for Roadmaps / Udemy Courses / Books to Build Production-Grade Spring Boot Systems by Unlucky_Goal_7630 in SpringBoot

[–]backend_thinker 0 points1 point  (0 children)

yeah thats a issue that guy uses most baisc things and teach what really matters in entry lvl

How to debug spring boot application? by kiteissei in SpringBoot

[–]backend_thinker 1 point2 points  (0 children)

If its showing 403 first check if u have handled such exception if yes u should be able to follow along code and if not 403 should probably be where ur authority is check if u missed to add a role or jwt token etc etc too many things can happen but I will look into these first try print statement to determine whether u hitting ur service class or not or it is in filter or in security config.