Skip to content

Commit ef8eaee

Browse files
committed
Chore: 의존성 추가 + 로깅 레벨 설정
1 parent c95a8ea commit ef8eaee

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ dependencies {
5151
// Swagger
5252
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.13")
5353

54+
// Env
55+
implementation ("io.github.cdimascio:dotenv-java:3.0.0")
56+
5457
// Test
5558
testImplementation("org.springframework.boot:spring-boot-starter-test")
5659
testImplementation("org.springframework.security:spring-security-test")

src/main/resources/application-dev.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ springdoc:
2424

2525
logging:
2626
level:
27-
org.hibernate.orm.jdbc.bind: trace
27+
org.hibernate.orm.jdbc.bind: trace
28+
org.springframework.web.socket: DEBUG
29+
org.springframework.messaging: DEBUG

0 commit comments

Comments
 (0)