10 lines
504 B
Groovy
10 lines
504 B
Groovy
dependencies {
|
|
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
|
|
implementation 'org.springframework.boot:spring-boot-starter-web'
|
|
implementation 'org.springframework.kafka:spring-kafka'
|
|
compileOnly 'org.projectlombok:lombok'
|
|
runtimeOnly 'mysql:mysql-connector-java'
|
|
annotationProcessor 'org.projectlombok:lombok'
|
|
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
|
testImplementation 'org.springframework.kafka:spring-kafka-test'
|
|
} |