playframework « Core « Spring Q&A





1. Play! Framework - Spring.getBeanOfType works but @Autowired fails    stackoverflow.com

I am using play spring-1.0.1 module and as per the documentation :

To enable component scanning, add this line to the
/conf/application.conf file:
play.spring.component-scan=true
Note that ...