Spring3 mvc cannot scan the classes in the jar package when using annotation. spring3mvc

Source: Internet
Author: User

Spring3 mvc cannot scan the classes in the jar package when using annotation. spring3mvc

You can select Add directory entries when using the eclipse export tool.


For projects annotated with spring, eclipse can run. After the jar package is compiled, the annotation cannot be read.

Put the packaged jar file and the spring annotation dependent jar package in the same JVM for running (that is, the classes related to those annotations can be found in classpath at runtime) should be fine! There is also the need to ensure that the jdk version to be compiled and run is the same. That's why.

Spring31 packages cannot be identified

@ Controller needs this sentence
<! -- Enable annotation driven controllers, validation etc... -->
<Mvc: annotation-driven/>

In addition ....
! -- Enable the annotation function @ AutoWired @ Resource -->
<Context: annotation-config/>

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.