Example Spring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld API spec.
1.31k
stars
680
forks
source link
Remove unnecessary annotation on MyBatis mapper interface #13
Closed
kazuki43zoo closed 5 years ago
MyBatis mapper interface does not need
@Component
.