随笔分类 - 技术 / 浅尝辄止
一些功能性插件的使用
摘要:https://blog.csdn.net/lixinkuan328/article/details/95535691 CAP 一致性(Consistency) 可用性(Availability) 分区容错性(Partition tolerance) BASE Basically Available
阅读全文
摘要:MIT(可用于商业使用) Apache Licence2.0(可用于商业使用) GPL(不可用于商业使用)
阅读全文
摘要:和其他的定时任务框架比较: 有网页端,可以很方便的修改时间 在线查看日志 本篇文章只讲述如何在开发环境安装XXL-JOB,后续会在 软件安装教程 发布<如何使用Docker安装XXL-JOB>. 参考文档:https://www.jianshu.com/p/fc19b2dfef0e 1.下载XXL-
阅读全文
摘要:使用场景: 定时任务报错 消息推送 日志报错提醒 1.导入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependenc
阅读全文
摘要:参考文章: https://www.cnblogs.com/hongdada/p/9259965.html https://blog.csdn.net/qq_41890954/article/details/113994681 导入依赖: <dependency> <groupId>com.squa
阅读全文