File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
test/java/org/tuna/zoopzoop/backend/domain/dashboard/service Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ spring:
5757 time-to-live : 300000
5858 cache-null-values : false
5959 key-prefix :
60+
6061springdoc :
6162 default-produces-media-type : application/json;charset=UTF-8
6263logging :
Original file line number Diff line number Diff line change 55import org .junit .jupiter .api .Test ;
66import org .springframework .beans .factory .annotation .Autowired ;
77import org .springframework .boot .test .context .SpringBootTest ;
8+ import org .springframework .test .annotation .DirtiesContext ;
89import org .springframework .test .context .ActiveProfiles ;
910import org .springframework .transaction .annotation .Transactional ;
1011import org .tuna .zoopzoop .backend .domain .dashboard .entity .Edge ;
You can’t perform that action at this time.
0 commit comments