logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

MySQL Installer is running in Community mode 的解决办法

关于“ MySQL Installer is running in Community mode ” 的解决办法在项目开发完成后,需求是将项目部署到云服务器上,其中使用到了MySQL服务器,我们使用的是基于最新版本的MySQL服务,在安装完成后,系统能正常运行,但是第二天出现了如下一个提示框,如下图:给个人人都看得懂的如下图:解决办法:

#mysql#服务器
NotFoundException: 503 SERVICE_UNAVAILABLE “Unable to find instance for ***“ 的解决办法

关于这个问题,是在使用Spring Cloud的网关的时候遇见的,微服务,多服务之间调用,报错:“ NotFoundException: 503 SERVICE_UNAVAILABLE "Unable to find instance for ***" ”关于这个问题,团队架构师排查了好一阵,首先是检查lb路由地址无误:确定无误后,再其继续下面,继续排查过程:最后,查询了官方文档,终于找到了答案,

文章图片
#java#spring boot#spring cloud +1
java.lang.IllegalArgumentException: object is not an instance of declaring class 的解决办法

问题概述在项目开发的工作中,需要对数据报表进行导入导出的操作,为了方便快捷,使用的了EasyPOI,EasyPOI就像其名称一样,让报表操作的更容易些,它主要对POI进行了再封装,不像以前使用POI,长篇长篇的配置,看起来很NB,即使是提取封装的很优雅,在代码阅读起来着实有些不爽(废话有点多了,抱歉)。使用EasyPOI导出Excel报表时遇到了问题,异常信息:“java.l...

Docker容器启动失败 Failed to start Docker Application Container Engine 的解决办法

Failed to start Docker Application Container EngineJob for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journalctl -xe” fo...

Consider defining a bean of type 'org.springframework.data.redis.core.HashOperations' 解决办法

问题描述:使用Spring Boot最新版Spring Boot-2.0.3整合Redis,在启动项目时,遇到的一个bug,异常信息如下:Description:Field hashOperations in com.iap.springboot.service.IRedisService required a bean of type 'org.springframewo...

#spring#redis
手动配置docker镜像加速地址

                                            《 手动配置docker镜像加速地址 》 1、获取镜像加速地址,国内常用的又两个,阿里镜像加速地址:“ https://{自已的编码}.mirror.aliyuncs.com ”,需要获取个人镜像加速地址,需要注册账号,关于阿里镜像地址的获取,请参考看:如何获取个人的阿里镜像加速器地址...

Docker容器启动失败 Failed to start Docker Application Container Engine 的解决办法

Failed to start Docker Application Container EngineJob for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “journalctl -xe” fo...

Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Priority 的解决办法

问题概述:使用 Spring Boot-2.0.3 进行项目开发,在配置 Druid 数据监控时,遇到缺包的问题,测试连接操作时报错,导致测试一直无法通过,部分信息如下:Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Priorityat java.lang.Class.forName0(Nati...

java.security.cet.CertPathValidatorException: Path does not chain with any of the trust anchors 解决办法

问题简介:项目使用的是 Spring Boot + Mybatis + MySQL 进行开发的,数据库访问使用 Spring Boot Data JPA ,主要用于简化 RDBMS 关系型数据库的访问与CRUD 操作。但是在启动项目时,启动失败,证书路径验证器异常 ,异常信息如下:Caused by: javax.net.ssl.SSLHandshakeException: jav...

    共 47 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 请选择