logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

SpringBoot 启动报错 “Unable to start ServletWebServerApplicationContext due to missing ServletWebServerF

项目报错信息:org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServe

#java#spring#spring boot +2
MySQL中出现using filesort现象的一般情况与分析

在使用explain命令优化SQL语句的时候常常会在Extra列的描述中发现Using filesort选项,其实这个名字很容易造成误解,一开始我以为是“文件排序”的意思,进一步说可能就是使用了磁盘空间来进行排序,但是这个理解是错误的,Using filesort真正含义其实只有sort这一个单词,和file没有什么关系,Mysql一般是通过内存进行排序的,不过,要是超过了配置中的限制,应该会生成

#mysql#数据库
org.apache.curator.CuratorConnectionLossException: KeeperErrorCode = ConnectLoss

今天学习微服务过程中发现一个巨坑的问题!!特此记录一下。当在Windows下的java端连接Linux下的Zookepper时:一直报错显示:org.apache.curator.CuratorConnectionLossException: KeeperErrorCode = ConnectionLoss然后一直找BUG,找找啊找啊,百度搜啊搜。。。。。。最后发现:在当先项目下的yaml配置文件

#linux#java#zookeeper +1
Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: 解决办法

今天在SpringBoot整合Redis中出现一点小问题,题目如图所示:Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionExceptionorg.springframework.data.redis.RedisConnectionFailureException: Unable to co

#redis#java#centos
SpringBoot 启动报错 “Unable to start ServletWebServerApplicationContext due to missing ServletWebServerF

项目报错信息:org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServe

#java#spring#spring boot +2
暂无文章信息