Skip to content

Commit

Permalink
Revert "Try disable caching altogether."
Browse files Browse the repository at this point in the history
This reverts commit 9b30673.
  • Loading branch information
Ahmad45123 committed May 19, 2024
1 parent 9b30673 commit 17d0e6d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
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 17d0e6d

Please sign in to comment.