generated from pricelees/issue-pr-template
feat: 로깅 관련 gradle 의존성 추가
This commit is contained in:
parent
f8931ec33e
commit
1ddd8f906b
@ -44,6 +44,11 @@ dependencies {
|
|||||||
// Jwt
|
// Jwt
|
||||||
implementation("io.jsonwebtoken:jjwt:0.12.6")
|
implementation("io.jsonwebtoken:jjwt:0.12.6")
|
||||||
|
|
||||||
|
// Logging
|
||||||
|
implementation("io.github.oshai:kotlin-logging-jvm:7.0.3")
|
||||||
|
implementation("net.logstash.logback:logstash-logback-encoder:8.1")
|
||||||
|
implementation("net.ttddyy.observation:datasource-micrometer-spring-boot:1.1.1")
|
||||||
|
|
||||||
// Kotlin
|
// Kotlin
|
||||||
implementation("org.jetbrains.kotlin:kotlin-reflect")
|
implementation("org.jetbrains.kotlin:kotlin-reflect")
|
||||||
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
|
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user