Skip to content

Commit

Permalink
Updated LibrarymanApiApplication.java
Browse files Browse the repository at this point in the history
  • Loading branch information
shreya5653 authored Oct 30, 2024
1 parent 99fc452 commit 00779eb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
import org.springframework.scheduling.annotation.EnableScheduling;

@SpringBootApplication
@EnableAsync
@EnableAsync(proxyTargetClass = true)
@EnableScheduling
@EnableCaching
@EnableCaching(proxyTargetClass = true)
public class LibrarymanApiApplication {

public static void main(String[] args) {
SpringApplication.run(LibrarymanApiApplication.class, args);
}

}
}

0 comments on commit 00779eb

Please sign in to comment.