logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【Maven】Maven报错:Failure to transfer ...was cached in the local repository...

问题描述在使用公司内部的maven仓库编译项目时,由于新加入了几个依赖包,第一次编译失败了,此后在修复了公司内部maven仓库后编译项目出现错误:Failure to transfer xmlpull:xmlpull:jar:1.1.3.1 from https://repo.maven.apache.org/maven2 was cached in the local repository, r

#maven
使用eclipse工程导出jar包

首先,要确认自己写的程序错误!打包步骤:打开导出菜单界面选择项目 -> 右键Export -> 弹出导出界面 选择Java -> JAR file -> Next Select the resources to export中可以选择你想要包含的项目文件夹,一些不必要的文件夹就无需放进去了,免得增大空间; 这里有几个选项:* Export generated class files and

#eclipse#jar
Spring Boot Actuator详解

SpringBoot服务监控,健康检查,线程信息,JVM堆信息,指标收集,运行情况监控等!

#spring boot#java#后端
【Linux】解决chown导致无法连接虚拟机的问题

误操作场景误执行了命令:chmod 777 .* 或chown -R * ,导致整个操作系统权限混乱,部分命令、设备失效,这时候千万不能重启,想办法把每个文件的权限修改回去就可以了。执行后状态ping ServiceIP - 能够ping通ssh root@ServiceIP- 报错:ssh_exchange_identification: read: Connection reset by

#linux#虚拟机
到底了