首页>代码>springboot+angularJS简单的增删改查Demo>/boot-angular/src/main/java/com/joe/angularweb/repository/EmpRepository.java
package com.joe.angularweb.repository; import com.joe.angularweb.model.Employee; import org.springframework.data.jpa.repository.JpaRepository; import java.util.List; /** * Created by 180297 on 2017/12/13. */ public interface EmpRepository extends JpaRepository<Employee,Integer> { //根据性别查找 List<Employee> findByGender(String gender); }

oulingqiao LV13
2023年12月10日
Van1999 LV1
2023年7月17日
Jianwei153 LV1
2021年12月28日
lyws1986 LV17
2021年12月21日
-leave- LV1
2021年10月21日
f15732905127 LV1
2021年4月18日
aaaa5654 LV1
2021年4月17日
moluofan LV1
2021年3月25日
SpringClouddddd LV1
2021年2月26日
黄伟伟 LV4
2021年2月26日