Skip to content

Commit a8d4074

Browse files
committed
fix/qg-253: WIP: включен Spring Scheduling
1 parent c264341 commit a8d4074

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/kotlin/pro/qyoga/core/calendar/ical/ICalCalendarsConfig.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ package pro.qyoga.core.calendar.ical
22

33
import org.springframework.context.annotation.ComponentScan
44
import org.springframework.context.annotation.Configuration
5+
import org.springframework.scheduling.annotation.EnableScheduling
56

67

78
@ComponentScan
89
@Configuration
10+
@EnableScheduling
911
class ICalCalendarsConfig

0 commit comments

Comments
 (0)