Fix missing @EnableScheduling in documentation
Issue: SPR-10448
This commit is contained in:
committed by
Stephane Nicoll
parent
64790903e9
commit
37735b35fc
@@ -72,6 +72,7 @@ import org.springframework.scheduling.config.ScheduledTaskRegistrar;
|
||||
*
|
||||
* <pre class="code">
|
||||
* @Configuration
|
||||
* @EnableScheduling
|
||||
* @ComponentScan(basePackages="com.myco.tasks")
|
||||
* public class AppConfig {
|
||||
* }</pre>
|
||||
|
||||
Reference in New Issue
Block a user