首页>代码>SpringBoot整合Security极简入门实例>/springboot-security-demo/src/main/java/com/simon/springbootsecuritydemo/mapper/UserMapper.java
package com.simon.springbootsecuritydemo.mapper;
import com.simon.springbootsecuritydemo.pojo.User;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* @author Simon
*/
@Mapper
@Repository
public interface UserMapper {
List<User> queryUserList();
User findUserByUsername(String username);
}
最近浏览更多
f22m1a2b2 LV17
1月23日
adr666
1月8日
暂无贡献等级
Hachi6 LV13
2023年9月8日
2131234536546 LV7
2023年9月8日
励志12345 LV3
2023年8月29日
另类清晨 LV8
2023年8月19日
www2222 LV2
2023年8月9日
lipanlong LV10
2023年7月6日
Weishenghui LV7
2023年6月10日
微信网友_6508798513811456 LV5
2023年6月8日

最近下载
