blob: a507fef1da5b9c722d6ca7033e1b76fd3b33f919 [file] [log] [blame]
// spring-boot-auto-configure options: START
:page-partial:
:doctitle: Camel Spring Boot Starter for Caffeine LRUCache
== Spring Boot Auto-Configuration
When using Caffeine LRUCache with Spring Boot make sure to use the following Maven dependency to have support for auto configuration:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-caffeine-lrucache-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>
----
// spring-boot-auto-configure options: END