In my case I had my Application in the controller package. Application must be able to scan downward through the packages.
com.spring.example <-- needs to be here
com.spring.example.controllers <-- application was here & didn't work
com.spring.example.models
com.spring.example.services