上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 74 下一页
摘要: pring Boot 入门 - 进阶篇(3)- 定时任务(@Scheduled) 主要用于定时发送邮件、夜间自动维护等。 (1)开启定时任务功能 @Configuration @EnableScheduling public class SpringTaskScheduleConfig { @Bea 阅读全文
posted @ 2019-08-05 15:02 kelelipeng 阅读(244) 评论(0) 推荐(0) 编辑
摘要: ____SpringBoot +MSSQL________________________________________________________________________________ https://www.cnblogs.com/wang-yaz/p/9561188.html 阅读全文
posted @ 2019-08-02 19:15 kelelipeng 阅读(3205) 评论(0) 推荐(0) 编辑
摘要: 日志相关: logback:https://www.cnblogs.com/gavincoder/p/10091757.html https://www.cnblogs.com/hhhshct/p/9084036.html https://www.orchome.com/452 logback to 阅读全文
posted @ 2019-08-01 17:09 kelelipeng 阅读(133) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/newbie_907486852/article/details/81391525 springboot2.0配置多数据源: spring.datasource.primary.url=jdbc:mysql://localhost:3306/study?u 阅读全文
posted @ 2019-07-31 15:08 kelelipeng 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1.nodejs安装程序https://nodejs.org/en/download/ create-react-app 类似 vs2017开发工具,集成了webpack 打包发布,loader和默认的npm的脚本,可以很轻松的实现零配置就可以快速开发React的应用。 https://www.ji 阅读全文
posted @ 2019-07-26 10:02 kelelipeng 阅读(99) 评论(0) 推荐(0) 编辑
摘要: SpringBoot 多数据库支持: springboot2.0+mybatis多数据源集成 https://www.cnblogs.com/cdblogs/p/9275883.html Springboot + Mybatis 多数据源配置 https://www.cnblogs.com/dann 阅读全文
posted @ 2019-07-24 19:58 kelelipeng 阅读(743) 评论(0) 推荐(0) 编辑
摘要: REDISTEMPLATE如何注入到VALUEOPERATIONS 今天看到Spring操作redis 是可以将redisTemplate注入到ValueOperations,避免了ValueOperations<String, Object> valueOperations = redisTemp 阅读全文
posted @ 2019-07-24 11:29 kelelipeng 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 1.安装 https://www.cnblogs.com/dingguofeng/p/8709476.html https://www.runoob.com/redis/redis-keys.html (命令行操作) https://www.runoob.com/redis/redis-hashes 阅读全文
posted @ 2019-07-23 16:43 kelelipeng 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 7、注解@Mapper、@MapperScan 2018年09月20日 11:12:41 飞奔的加瓦 阅读数 3284 7、注解@Mapper、@MapperScan 2018年09月20日 11:12:41 飞奔的加瓦 阅读数 3284 7、注解@Mapper、@MapperScan 7、注解@M 阅读全文
posted @ 2019-07-20 16:38 kelelipeng 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 从零开始学SpringBoothttps://blog.csdn.net/chyanwu68/article/category/7716812 SpringBoot从入门到精通教程https://blog.csdn.net/hemin1003/article/details/82038244 Spr 阅读全文
posted @ 2019-07-19 20:01 kelelipeng 阅读(168) 评论(0) 推荐(0) 编辑
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 74 下一页