Skip to content

Commit

Permalink
启用定时任务
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-roy committed Nov 23, 2024
1 parent c1f0e2c commit f1402e1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
//import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
//import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.scheduling.annotation.EnableScheduling;

@EnableCaching
@EnableScheduling
//@EnableFeignClients
//@EnableDiscoveryClient
//@MapperScan({"com.goodluck.checkin.domain.*.mapper"})
Expand Down

0 comments on commit f1402e1

Please sign in to comment.