随笔分类 -  中间件

各种中间件的使用说明与心得
摘要:📢 此文档中的命令是基于**mac或者linux**,windows下需要把bin/xxx.sh替换成bin/windows/xxxx.bat 一、下载 http://kafka.apache.org/downloads 二、启动 1.启动zookeeper 进入安装路径后,在路径栏输入cmd . 阅读全文
posted @ 2023-01-10 15:26 码虎 阅读(77) 评论(0) 推荐(0)
摘要:视频地址 官网 SpringBoot的pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <de 阅读全文
posted @ 2022-08-31 17:16 码虎 阅读(149) 评论(4) 推荐(1)