随笔- 57
文章- 0
评论- 1
阅读-
39884
随笔分类 - java
Mybatis分页插件实现
摘要:Mybatis分页插件 Pageable PageRequest MybatisPaginationPlugin
阅读全文
spring 注解大全
摘要:Spring Bean注解: @ComponentScan:定义扫描的路径,Spring启动时根据扫描路径扫描并装配组件类。 @Component:标注Spring组件。(@Component代表泛指组件) @Repository:标注Spring组件。(@Repository用于标注数据访问组件)
阅读全文