You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend our Diapatcher servlet functionallity to have the ability to accent multiple get requests for each controller.
How it works:
For each get method we'll have one Get annotation that will accept path variable or left empty.
If we have 2 same get path throw exception
The text was updated successfully, but these errors were encountered:
Extend our Diapatcher servlet functionallity to have the ability to accent multiple get requests for each controller.
How it works:
For each get method we'll have one Get annotation that will accept path variable or left empty.
If we have 2 same get path throw exception
The text was updated successfully, but these errors were encountered: