gothinkster / spring-boot-realworld-example-app

Example Spring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
MIT License
1.3k stars 677 forks source link

Remove unnecessary annotation on MyBatis mapper interface #13

Closed kazuki43zoo closed 5 years ago

kazuki43zoo commented 5 years ago

MyBatis mapper interface does not need @Component.