logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

docker 启动jenkins就退出

docker 启动jenkins就退出,查看日志出现:Can not write to /var/jenkins_home/copy_reference_file.log. Wrong volume permissions?touch: cannot touch '/var/jenkins_home/copy_reference_file.log': Permission denied网上查阅资料

文章图片
#docker#jenkins
nacos如何使用的问题,以及常见报错问题

nacos 使用1.nacos上写好配置文件2.代码里面设置读取的配置文件在nacos上对应,就能启动后动态拿到nacos上配置好的东西内容

文章图片
typora 在配合使用picgo图床时候图片传不上去的问题

前提条件: typora 在配合使用picgo图床时候出现,github死活传图片失败的问题,日志也提示404:解决方案:在github创建token的时候,要勾选repo,否者上传不成功,具体操作看:这个必须要选,我没勾选上就死活床不上图片最后效果...

#编辑器
docker启动容器失败,然后查看日志,docker logs查看容器出现报错:

docker启动容器失败,然后查看日志,docker logs查看容器出现报错:

文章图片
#docker#容器#运维
springboot启动报错The method‘s class, javax.servlet.ServletContext, is available from the following loca

springboot项目启动报错:Description:An attempt was made to call a method that does not exist. The attempt was made from the following location:org.apache.catalina.authenticator.AuthenticatorBase.startInterna

#java
[Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessApiUsageExc

在项目中使用了Mybati-plus,同时使用了druid数据源,由于druid数据源的版本太低,不支持JDK8中的LocalDate、LocalTime、LocalDateTime等日期类型,所以解决方案就是下载新版本的druid依赖之前的版本是1.1.0太老了。

文章图片
#spring boot
idea启动项目 报错类文件具有错误的版本 61.0, 应为 52.0 请删除该文件或确保该文件位于正确的类路径子目录中。

D:\SOFT\智慧用电\electric-biz\trunk\src\main\java\org\springblade\common\utils\QRCodeGenerator.java:11:36java: 无法访问org.springframework.mock.web.MockMultipartFile错误的类文件: /D:/repository/org/springframework/

#intellij-idea#java#intellij idea
到底了