
Spring
linyinpeng1989
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring Xml配置模板
[code="xml"] classpath*:config/*.properties classpath*:prod.properties file://${app_conf}/prod.properties ...原创 2018-08-07 09:58:10 · 654 阅读 · 0 评论 -
Spring整合RabbitMQ
需要依赖的jar包 /* RabbitMQ of Gradle */ compile("com.rabbitmq:amqp-client:5.1.2") compile("org.springframework.amqp:spring-rabbit:2.0.1.RELEASE") /* RabbitMQ of Maven*/ <dependency> <...2018-08-13 13:49:20 · 167 阅读 · 0 评论