E_wsq b23ed0eff2 初始化 | před 4 roky | |
---|---|---|
http | před 4 roky | |
src/main | před 4 roky | |
.gitignore | před 4 roky | |
LICENSE | před 4 roky | |
README.md | před 4 roky | |
pom.xml | před 4 roky |
这是一个仅使用spring-boot-starter-activemq的演示示例
使用spring-boot-starter-activemq后变得对于mq消息的生产和消费非常简易,具体请看想应的示例代码。
与http://gitea.vcarecity.com/ewsq/Spring-boot-starter-activeMQ-JmsMessagingTemplate不同的是,这里面演示了怎么去获取配置文件中的相应信息来配置连接。
knife4j-spring-boot-starter 是用来生成API文档的,启动后访问API的地址是:
http://127.0.0.1:9090/doc.html
这里也演示了使用SpringBoot自带的quartz去做定时任务。