标签:style color ar 问题 sp on line c size
1.首先需要将类包进行扫描,配置如下:<context:component-scan base-package="com.xx"> </context:component-scan>
2.为了确保包能被扫描到,在打包时,需要对“add directory entries”进行勾选,这样路径也会被打包。
保证以上两点,SpringMVC引用第三方包,编能被扫描到。
标签:style color ar 问题 sp on line c size
原文地址:http://my.oschina.net/miger/blog/309126