1 Star 12 Fork 7

邵志奇 / canal-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 924 Bytes
一键复制 编辑 原始数据 按行查看 历史
邵志奇 提交于 2018-06-06 16:00 . canal client demo init
buildscript {
ext {
springBootVersion = '1.5.10.RELEASE'
}
repositories {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
group = 'com.shao.demo'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
compile 'org.projectlombok:lombok:1.16.20'
compile('org.springframework.boot:spring-boot-starter')
compile group: 'org.jetbrains', name: 'annotations', version: '13.0'
compile group: 'com.alibaba.otter', name: 'canal.client', version: '1.0.25'
compile('org.springframework.boot:spring-boot-starter-data-redis:1.5.10.RELEASE')
testCompile('org.springframework.boot:spring-boot-starter-test')
}
Java
1
https://gitee.com/zhiqishao/canal-client.git
git@gitee.com:zhiqishao/canal-client.git
zhiqishao
canal-client
canal-client
master

搜索帮助