# canal-spring-boot-starter **Repository Path**: sievy/canal-spring-boot-starter ## Basic Information - **Project Name**: canal-spring-boot-starter - **Description**: spring boot的canal支持 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2021-08-19 - **Last Updated**: 2021-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Canal Spring Boot Starter A Spring Boot Canal support - Gradle ```groovy repositories { maven { url 'https://dl.bintray.com/spring-canal/maven' } } dependencies { implementation 'com.alibaba:canal-spring-boot-starter:1.1.4' } ``` - Maven ```xml bintray-spring-canal-maven bintray https://dl.bintray.com/spring-canal/maven com.alibaba canal-spring-boot-starter 1.1.4 ``` # License Canal Spring Boot Starter is released under the terms of the Apache Software License Version 2.0 (see LICENSE). # Reference [Spring Canal](https://github.com/spring-canal/spring-canal)