摘要:
一、Eureka Server 的安装与配置 1.创建SpringBoot项目 使用Spring Initializr创建项目,选择Spring Boot版本(如2.5.x)并添加依赖: Spring Web(构建Web应用) Eureka Server(服务端支持) 2.pom.xml添加依赖 < 阅读全文
posted @ 2025-07-20 21:43
pk.com.cn
阅读(14)
评论(0)
推荐(0)
摘要:
1.SSH密钥 1.1.生成密钥 SSH配置文件位置 :~/root/.ssh/config ssh-keygen –t rsa –b 2048 -C "your_email@example.com" 这里,-t rsa指定使用RSA算法,-b 4096指定密钥长度为4096位,-C后面是你的电子邮 阅读全文
posted @ 2025-07-20 21:42
pk.com.cn
阅读(58)
评论(0)
推荐(0)

浙公网安备 33010602011771号