Set up project structure
Some checks failed
Publish Snapshot / call-publish (push) Has been cancelled
Some checks failed
Publish Snapshot / call-publish (push) Has been cancelled
This commit is contained in:
25
build.gradle.kts
Normal file
25
build.gradle.kts
Normal file
@@ -0,0 +1,25 @@
|
||||
plugins {
|
||||
alias(aa.plugins.kotlin.jvm)
|
||||
alias(aa.plugins.kotlin.spring)
|
||||
alias(aa.plugins.spring.boot)
|
||||
alias(aa.plugins.spring.dependency.management)
|
||||
alias(aa.plugins.service)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(aa.fasterxml.jackson)
|
||||
implementation(aa.kotlin.logging)
|
||||
implementation(aa.kotlin.reflect)
|
||||
implementation(aa.kotlinx.coroutines)
|
||||
implementation(aa.springboot.starter.actuator)
|
||||
implementation(aa.springboot.starter.webflux)
|
||||
|
||||
testImplementation(aa.kotlin.junit5)
|
||||
testImplementation(aa.kotlinx.coroutines.test)
|
||||
testImplementation(aa.springboot.starter.test)
|
||||
|
||||
testRuntimeOnly(aa.junit.platform.launcher)
|
||||
}
|
||||
|
||||
group = "ltd.lulz"
|
||||
description = "service template"
|
||||
Reference in New Issue
Block a user