10 2023 档案
摘要:实现starter组件自动装配以及可配置 自动装配的包,导入就可以进行自动装配了 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> <
阅读全文
摘要:win行命令 # 2、查找所有运行的端口 输入命令: netstat -ano 该命令列出所有端口的使用情况。 在列表中我们观察被占用的端口,比如是 1224,首先找到它。 # 3、查看被占用端口对应的 PID 输入命令: netstat -aon|findstr "8081" 回车执行该命令,最后
阅读全文
摘要:kafka 启动 https://kafka.apache.org/quickstart Step 1: Get Kafka Download the latest Kafka release and extract it: cd
阅读全文