Skip to content

Commit

Permalink
Try disable caching altogether.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad45123 committed May 19, 2024
1 parent 9a5f00a commit 9b30673
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@
import org.springframework.amqp.support.converter.MessageConverter;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.context.annotation.Bean;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;

@SpringBootApplication
@EnableAsync
@EnableCaching
// @EnableCaching
// @EnableMongoRepositories(basePackageClasses = ClientRepository.class)
public class UsersApplication {

Expand Down

0 comments on commit 9b30673

Please sign in to comment.