GARA
博闻强记 多思多问 取法乎上 持之以恒

随笔分类 -  SpringBoot

SpringBoot
SpringBoot自定义装配的多种实现方式
摘要:Spring手动装配实现 对于需要加载的类文件,使用@Configuration/@Component/@Service/@Repository修饰 @Configuration public class RedisConfig { @Bean JedisConnectionFactory jedi 阅读全文
posted @ 2020-05-26 10:55 GaraYing 阅读(850) 评论(0) 推荐(0)
SpringBoot 整合RabbitMQ错误记录
摘要:1. 控制台报错:Exception in thread "main" java.io.IOException…… Caused by: com.rabbitmq.client.ShutdownSignalException: connection error; protocol method: # 阅读全文
posted @ 2018-04-08 15:57 GaraYing 阅读(763) 评论(0) 推荐(0)