Add logging of requrests
This commit is contained in:
@@ -14,6 +14,8 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
implementation("org.springframework.boot:spring-boot-starter-logging")
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
testImplementation(kotlin("test"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user