posted 11 years ago
Hey folks,
My project was using annotation based spring-config.xml (context:component-scan) XML schema. no need to configure every controller just base-package path is enough . But i want to use normal <!DOCTYPE > here i have to configure every controller with <bean> tag, what is the simple way to do this .