Springmvc js jpg html cannot be accessed, springmvcjs

Source: Internet
Author: User

Springmvc js jpg html cannot be accessed, springmvcjs

Due to the web. xml configuration, all requests are intercepted by default in the springmvc framework, which invalidates js jpg html and other requests.

Springmvc3.0 and later versions have multiple static directories. You only need to configure the static directory to filter out the requests under this directory.

<Mvc: resources location = "/html/" mapping = "/html/**"/> <mvc: resources location = "/back_css/" mapping = "/back_css/**"/> <mvc: resources location = "/back_js/" mapping = "/back_js/**"/> <mvc: resources location = "/back_img/" mapping = "/back_img/**"/> <mvc: resources location = "/back_other/" mapping = "/back_other/**"/> <mvc: resources location = "/layer/" mapping = "/layer/**"/> <mvc: resources location = "/laypage/" mapping = "/laypage/**"/>

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.