摘要: 1.打开权限 vim /etc/ssh/sshd_config 去掉 PubkeyAuthentication yes 一行的# 2.重启ssh服务 systemctl restart sshd 2.生成秘钥对[windows cmd 或 liunx服务器] ssh-keygen -t rsa 3. 阅读全文
posted @ 2022-10-21 16:11 When? 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 1.Nexus 搭建私有Maven仓库 参考连接:https://www.cnblogs.com/wuwei928/p/10338307.html 2.生成jar文件:原先的插件配置: <build> <plugins> <groupId>org.springframework.boot</grou 阅读全文
posted @ 2022-10-21 10:55 When? 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 1.pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> 阅读全文
posted @ 2022-10-21 10:53 When? 阅读(26) 评论(0) 推荐(0) 编辑