程式與日常
Spring Boot測試時使用@ActiveProfiles決定測試類是否啟用@EnableScheduling的方式如下。
@ActiveProfiles
@EnableScheduling
停用Spring Boot的@EnableScheduling的方式如下。
Spring Boot使用@Schedule排程(scheduling task)簡單範例如下。
@Schedule