We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0759afe commit af2116bCopy full SHA for af2116b
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