1 Star 0 Fork 8

海波/SpringBoot-RabbitMQ

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1008 Bytes
一键复制 编辑 原始数据 按行查看 历史
第七座城市 提交于 2016-12-25 11:44 . spring boot rabbit test
/*
* This build file was auto generated by running the Gradle 'init' task
* by 'asus' at '16-12-24 10:35' with Gradle 3.0
*
* This generated file contains a sample Java project to get you started.
* For more details take a look at the Java Quickstart chapter in the Gradle
* user guide available at https://docs.gradle.org/3.0/userguide/tutorial_java_projects.html
*/
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.4.3.RELEASE")
}
}
jar {
baseName = 'gs-messaging-rabbitmq'
version = '0.1.0'
}
repositories {
mavenCentral()
}
sourceCompatibility = 1.8
targetCompatibility = 1.8
dependencies {
compile("org.springframework.boot:spring-boot-starter-amqp")
testCompile("org.springframework.boot:spring-boot-starter-test")
testCompile("junit:junit:4.12")
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/HaiBoTang112/SpringBoot-RabbitMQ.git
git@gitee.com:HaiBoTang112/SpringBoot-RabbitMQ.git
HaiBoTang112
SpringBoot-RabbitMQ
SpringBoot-RabbitMQ
master

搜索帮助