my services work for both rest api (like /api/v1/** ) controllers and dashboard(/admin/**) controllers, they share the same exceptions.
what I expect is :when i requesting dashboard url , is should not handled by rest exception handlers but show the error.jsp
my services work for both rest api (like /api/v1/** ) controllers and dashboard(/admin/**) controllers, they share the same exceptions.
what I expect is :when i requesting dashboard url , is should not handled by rest exception handlers but show the error.jsp