活泼的甜薯

导航

2021年11月27日 #

Spring Boot Reference Guide

摘要: https://docs.spring.io/spring-boot/docs/2.0.3.RELEASE/reference/htmlsingle/ 阅读全文

posted @ 2021-11-27 21:53 活泼的甜薯 阅读(88) 评论(0) 推荐(0) 编辑

SpringBoot整合ActiveMq使用连接池提示JmsMessagingTemplate注入失败

摘要: # 配置文件中启用连接池,注意true|false后面不能有空格 spring.activemq.pool.enabled=true 使用springboot2.0+及以下版本时候,maven配置依赖: <dependency> <groupId>org.apache.activemq</group 阅读全文

posted @ 2021-11-27 14:41 活泼的甜薯 阅读(690) 评论(0) 推荐(0) 编辑