Skip to content

Commit

Permalink
♻️ : 삭제 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
imenuuu committed Feb 14, 2024
1 parent 9ba3870 commit c2de6cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@Generated(
value = "org.mapstruct.ap.MappingProcessor",
date = "2024-01-17T19:31:30+0900",
date = "2024-02-14T17:44:03+0900",
comments = "version: 1.5.3.Final, compiler: javac, environment: Java 11.0.19 (Oracle Corporation)"
)
public class AdminNoticeMapperImpl implements AdminNoticeMapper {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.data.domain.Page;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;

import java.util.List;

import static com.example.matchdomain.common.model.ContentsType.IMG;

@Service
@RequiredArgsConstructor
@Transactional
public class AdminNoticeService {
private final NoticeContentAdaptor noticeContentAdaptor;
private final NoticeAdapter noticeAdapter;
Expand Down

0 comments on commit c2de6cb

Please sign in to comment.