code annotation技术资料

资源总数:3677

code annotation热门资料

查看全部3677个资源 »

使用annotation封装的jdbc,只要定义个借口,然后再某个方法上加个annotation,就可以操作数据库了,如: @Query("select * from user where id=?") public User getUser(int id) 不用实现具体方法,就可以用了。...

122 次下载
code annotation资料分类