摘要:
分布式 1. Dubbo 2. 整合Dubbo Zookeeper SpringBoot 1. 提供者提供服务 1. 导入依赖 <!--导入依赖 dubbo + zookeeper--> <!--dubbo--> <!-- https://mvnrepository.com/artifact/org 阅读全文
posted @ 2020-09-27 17:27
山人西来
阅读(714)
评论(0)
推荐(0)
摘要:
任务 1. 异步任务 1. 在需要异步的方法上添加注解 package com.wang.service; import org.springframework.scheduling.annotation.Async; import org.springframework.stereotype.Se 阅读全文
posted @ 2020-09-27 11:05
山人西来
阅读(165)
评论(0)
推荐(0)