Skip to content

Commit

Permalink
fix wrong jcache-provider for Caffeine
Browse files Browse the repository at this point in the history
thanks to @Edsuns
  • Loading branch information
MarcGiffing committed Jul 7, 2022
1 parent d26188a commit cf7ffe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/caffeine/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ management:
spring:
cache:
jcache:
provider: org.ehcache.jsr107.EhcacheCachingProvider
provider: com.github.benmanes.caffeine.jcache.spi.CaffeineCachingProvider
cache-names:
- buckets
caffeine:
Expand Down

0 comments on commit cf7ffe8

Please sign in to comment.