摘要: 进程通信方式 本地过程调用:Local 同一台电脑 远程过程调用:RPC 不同电脑 RPC核心:通信以及序列化(方便数据传输:将对象转换为字节码传输) Dubbo Admin:是一个监控管理后台,查看我们注册了哪些服务,哪些服务被消费了 Zookeeper:是一个注册中心 Dubbo:jar包 <! 阅读全文
posted @ 2021-12-05 21:31 一刹流云散 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 任务 异步任务 启动类加上@EnableAsync注解 @EnableAsync @SpringBootApplication public class Springboot10MessionyibuApplication { public static void main(String[] arg 阅读全文
posted @ 2021-12-05 17:19 一刹流云散 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 世界上最流行的Api框架 RestFul Api文档在线自动生成工具=>Api文档与Api定义同步更新 直接运行,可以在线测试Api接口(controller(RequestMapping)) Swagger官网https://swagger.io/ 1. 在项目中使用Swagger需要导入jar包 阅读全文
posted @ 2021-12-05 16:29 一刹流云散 阅读(1750) 评论(0) 推荐(0) 编辑
摘要: springboot使用swagger3.0时,访问http://localhost:8080/swagger-ui.html页面404,无法访问 需要导入springfox启动类依赖 <dependency> <groupId>io.springfox</groupId> <artifactId> 阅读全文
posted @ 2021-12-05 15:06 一刹流云散 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 报错 Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-12-05 14:59:37.480 ERROR 525 阅读全文
posted @ 2021-12-05 15:01 一刹流云散 阅读(2447) 评论(0) 推荐(0) 编辑