We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7119906 + af2116b commit b111ddaCopy full SHA for b111dda
1 file changed
mybatis/src/main/java/info/xiaomo/mybatis/mapper/UserMapper.java
@@ -3,6 +3,7 @@
3
4
import info.xiaomo.mybatis.domain.User;
5
import org.apache.ibatis.annotations.*;
6
+import org.springframework.stereotype.Repository;
7
8
import java.util.List;
9
import java.util.Map;
@@ -11,6 +12,7 @@
11
12
* @author : xiaomo
13
*/
14
@Mapper
15
+@Repository
16
public interface UserMapper {
17
18
@Results({
0 commit comments