2020年6月4日
摘要: 本文是作者原创,版权归作者所有.若要转载,请注明出处. 本文都是springboot的常用和实用功能,话不多说开始吧 定时任务 1.启动类开启注解 @EnableScheduling //开启基于注解的定时任务 @MapperScan("com.pdzx.dao") @SpringBootAppli 阅读全文
posted @ 2020-06-04 23:38 路仁甲 阅读(3388) 评论(0) 推荐(3) 编辑
摘要: 本文是作者原创,版权归作者所有.若要转载,请注明出处. springboot集成mybatis 1.新建Springboot项目(略) 2.导入相关依赖 <!--spring-boot--> <parent> <groupId>org.springframework.boot</groupId> < 阅读全文
posted @ 2020-06-04 16:32 路仁甲 阅读(653) 评论(0) 推荐(0) 编辑