We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91c84d commit 5c92bc4Copy full SHA for 5c92bc4
application-server/src/main/java/com/ase/angelos_kb_backend/service/CleanupService.java
@@ -5,10 +5,10 @@
5
6
import org.springframework.scheduling.annotation.Scheduled;
7
import org.springframework.stereotype.Service;
8
+import org.springframework.transaction.annotation.Transactional;
9
10
import com.ase.angelos_kb_backend.repository.EventRepository;
11
-import jakarta.transaction.Transactional;
12
13
@Service
14
public class CleanupService {
0 commit comments