Skip to content

Commit e4d1679

Browse files
author
EpicFn
committed
feat : 최신 커밋 반영
2 parents 5d54358 + d29ed3d commit e4d1679

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ spring:
5757
time-to-live: 300000
5858
cache-null-values: false
5959
key-prefix:
60+
6061
springdoc:
6162
default-produces-media-type: application/json;charset=UTF-8
6263
logging:

src/test/java/org/tuna/zoopzoop/backend/domain/dashboard/service/GraphServiceTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import org.junit.jupiter.api.Test;
66
import org.springframework.beans.factory.annotation.Autowired;
77
import org.springframework.boot.test.context.SpringBootTest;
8+
import org.springframework.test.annotation.DirtiesContext;
89
import org.springframework.test.context.ActiveProfiles;
910
import org.springframework.transaction.annotation.Transactional;
1011
import org.tuna.zoopzoop.backend.domain.dashboard.entity.Edge;

0 commit comments

Comments
 (0)