05 2021 档案
摘要:新建springboot项目, 添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <depende
阅读全文
摘要:xxl-job框架是一款开箱即用的分布式任务调度框架,是一款开源框架。 附上官方文档:https://www.xuxueli.com/xxl-job/#%E4%B8%80%E3%80%81%E7%AE%80%E4%BB%8B Github:https://github.com/xuxueli/xxl
阅读全文
摘要:创建两个项目,服务提供者service-offer和服务消费者service-consumer 一、service-offer的pom文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot
阅读全文
摘要:顶部膜拜大神:https://www.cnblogs.com/onepixel/articles/7674659.html,https://blog.csdn.net/qq_38963493/article/details/80204118 突然发现得先理解,再记住,能够达到提到算法的名字,就能手敲
阅读全文