2021
12-10
12-10
基于SpringBoot中activeMq的JmsTemplate的实例
SpringBoot中使用activeMq的步骤:1、pom中引入jar包:<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-activemq</artifactId></dependency><dependency><groupId>org.apache.activemq</groupId><artifactId>activemq-pool</artifact...
继续阅读 >