I have been trying to create a Spring project that uses MyBatis for the data access layer as a proof of concept for my team. I really want to avoid XML configuration if at a
You'll have to have a context:component-scan in your spring configurations to enable auto detection of @Component . Check the reference.