Hi,

short and easy question....

Can i do this:

<context:component-scan base-package="module.*.dao"/>

I have a kind of a module based application and i want to scan classes from various modules like:

module.a.dao
module.b.dao
...

Thanks for reply.... I could test it, but our app is totally unbootable at this point because of migration So i am happy to get a simple answer on that

Loge