错误积累中

文章讨论了SpringBoot应用中遇到的两个问题:一是错误映射未配置导致404,二是启动类位置不当;其次,介绍了在虚拟机环境下SpringBoot连接Redis失败的原因及解决方法,包括检查网络设置和重启网络服务。
摘要由CSDN通过智能技术生成

1.This application has no explicit mapping for /error, so you are seeing this as a fallback. 错误

springboot启动类位置放错,只能放在它子包下方可访问.否则404,路径找不到错误

2.Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'idempotentAspect': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named 'redissonClient' is expected to be of type 'org.redisson.api.RedissonClient' but was actually of type 'org.springframework.beans.factory.support.NullBean'

springboot连接不到redis.检查发现是虚拟机的问题.因虚拟机挂起后,无ip无法连接外网导致.
需要通过快照或者依次使用命令去执行
chkconfig NetworkManager off
 
chkconfig network on
 
service NetworkManager stop
 
service network start
 
/etc/init.d/network restart

最后通过ip addr 看到ip,也能ping通外网了。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值