随笔分类 -  SpringBoot

摘要:加一个Redis的配置文件,亲测有用 @Configuration public class RedisConfig { @Bean public RedisTemplate<Object, Object> redisTemplate(RedisConnectionFactory redisConn 阅读全文
posted @ 2021-01-27 21:29 LanceLi 阅读(637) 评论(0) 推荐(0)
摘要:起因 在使用Feign调用时,启动Service报错 异常信息 Description: The bean 'GOODS-SERVICE1.FeignClientSpecification', defined in null, could not be registered. A bean with 阅读全文
posted @ 2021-01-18 22:46 LanceLi 阅读(657) 评论(0) 推荐(0)
摘要:前言 在Spring中,用于访问Spring bean容器的根接口BeanFactory下有一个成员变量 public interface BeanFactory { /** * Used to dereference a {@link FactoryBean} instance and disti 阅读全文
posted @ 2020-09-18 00:04 LanceLi 阅读(1177) 评论(0) 推荐(1)