Skip to content

Instantly share code, notes, and snippets.

@sonus21
Last active May 13, 2021 11:58
Show Gist options
  • Save sonus21/07eef8e4fc7188e44cbbbc022de00351 to your computer and use it in GitHub Desktop.
Save sonus21/07eef8e4fc7188e44cbbbc022de00351 to your computer and use it in GitHub Desktop.
Build gradle
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'com.github.sonus21:rqueue-spring-boot-starter:2.7.0-RELEASE'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment