Skip to content

Commit

Permalink
Merge pull request #13 from rohit-zip/main
Browse files Browse the repository at this point in the history
feature/blog-scheduler
  • Loading branch information
rohit-zip authored Aug 29, 2024
2 parents 60d33a8 + e41b6e2 commit f08ec1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/bloggios/blog/BlogProviderApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.annotation.EnableScheduling;

@SpringBootApplication(scanBasePackages = {
"com.bloggios.blog",
Expand All @@ -14,6 +15,7 @@
@EnableEurekaClient
@EnableAsync
@EnableFeignClients
@EnableScheduling
public class BlogProviderApplication {

public static void main(String[] args) {
Expand Down

0 comments on commit f08ec1f

Please sign in to comment.