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