Skip to content

Commit 0054c14

Browse files
authored
PI-2938 Fix task scheduler bean not found (#5155)
1 parent 7525307 commit 0054c14

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package uk.gov.justice.digital.hmpps.config
2+
3+
import org.springframework.context.annotation.Configuration
4+
import org.springframework.scheduling.annotation.EnableScheduling
5+
6+
@Configuration
7+
@EnableScheduling
8+
class SchedulerConfig

0 commit comments

Comments
 (0)