-
Apr 8th, 2009, 03:37 PM
#1
Way to specify order in RequestMapping annotation?
I have URLs like the following:
/
/help
/*
Obviously i need those specified in the correct order, if /* is compared first then the others won't work... So is there a way to specify order in the @RequestMapping() annotation? Right now I have them specified in my app-servlet.xml file.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules