From 5a172296406a570a08b33c4992d72a6e80ba3d17 Mon Sep 17 00:00:00 2001 From: Andrus Adamchik Date: Sun, 5 May 2024 11:14:17 -0400 Subject: [PATCH] Adding Bootique to the list of projects that work with Caffeine (#1688) * Adding Bootique to the list of projects that work with Caffeine a specific Bootique/Caffeine example is provided here: https://github.com/bootique-examples/bootique-jcache-examples/tree/3.x/jcache-caffeine-example * Update README.md A shorter Bootique description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c25d156f58..bfa7eecfe9 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Use Caffeine in a community provided integration: * [Camel][camel]: Routing and mediation engine * [JHipster][jhipster]: Generate, develop, deploy * [Aedile][aedile]: Kotlin wrapper for Caffeine +* [Bootique][bootique]: A fast, simple Java platform Powering infrastructure near you: @@ -161,3 +162,4 @@ Snapshots of the development version are available in [grails]: https://grails.org [quarkus]: https://quarkus.io [aedile]: https://github.com/sksamuel/aedile +[bootique]: https://bootique.io/