SpringBoot自定义装配的多种实现方式
摘要:Spring手动装配实现 对于需要加载的类文件,使用@Configuration/@Component/@Service/@Repository修饰 @Configuration public class RedisConfig { @Bean JedisConnectionFactory jedi
阅读全文
posted @
2020-05-26 10:55
GaraYing
阅读(850)
推荐(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)