@@ -6,14 +6,14 @@ plugins {
|
||||
|
||||
description = 'Spring Pulsar Sample Application (Reader)'
|
||||
|
||||
repositories {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url 'https://repo.spring.io/milestone' }
|
||||
maven { url 'https://repo.spring.io/snapshot' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "org.springframework.pulsar:spring-pulsar-spring-boot-starter:${springPulsarStarterVersion}"
|
||||
implementation "org.springframework.boot:spring-boot-starter-pulsar:${springBootVersion}"
|
||||
}
|
||||
|
||||
bootRun {
|
||||
|
||||
Reference in New Issue
Block a user