code annotation技术资料

资源总数:3677

code annotation全部资料 (3677个)

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

122 次