課程
/后端開發(fā)
/Java
/2小時(shí)學(xué)會Spring Boot
行不行不行不行不
2017-04-19
源自:2小時(shí)學(xué)會Spring Boot 5-2
正在回答
@Componentpublic interface GirlRepository extends JpaRepository<Girl,Integer>{ ? ?public List<Girl> findByAge(Integer age);}
舉報(bào)
Spring Boot入門視頻教程,你將學(xué)會使用Spring Boot快速構(gòu)建應(yīng)用程序
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2017-04-19
@Component
public interface GirlRepository extends JpaRepository<Girl,Integer>{
? ?public List<Girl> findByAge(Integer age);
}