We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c264341 commit a8d4074Copy full SHA for a8d4074
1 file changed
app/src/main/kotlin/pro/qyoga/core/calendar/ical/ICalCalendarsConfig.kt
@@ -2,8 +2,10 @@ package pro.qyoga.core.calendar.ical
2
3
import org.springframework.context.annotation.ComponentScan
4
import org.springframework.context.annotation.Configuration
5
+import org.springframework.scheduling.annotation.EnableScheduling
6
7
8
@ComponentScan
9
@Configuration
10
+@EnableScheduling
11
class ICalCalendarsConfig
0 commit comments