A generic image as a placeholder for the extension icon
Quarkus Satoken Dao Alone Redis
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related configuration

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.satoken:quarkus-sa-token-dao-alone-redis

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.satoken:quarkus-sa-token-dao-alone-redis"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.satoken:quarkus-sa-token-dao-alone-redis"