首页>代码>SpringBoot入门整合开发java Web项目实例>/spring-boot-web/src/main/java/com/neo/domain/UserRepository.java
package com.neo.domain;
import org.springframework.data.jpa.repository.JpaRepository;
public interface UserRepository extends JpaRepository<User, Long> {
User findByUserName(String userName);
User findByUserNameOrEmail(String username, String email);
}
最近下载更多
最近浏览更多
奋斗的小蚂蚁 LV17
11月2日
ChoEEh
10月22日
暂无贡献等级
dane168 LV10
2月17日
huasir2018 LV14
1月29日
lxllxllxlLXL LV1
2024年12月26日
meusers
2024年11月29日
暂无贡献等级
bluerstar LV1
2024年10月23日
charleswang LV7
2024年10月21日
wjs-zuizui
2024年10月19日
暂无贡献等级
zvcbnlk LV2
2024年10月1日

