|
|
@ -23,6 +23,7 @@ import io.quarkus.runtime.annotations.ConfigDocMapKey;
|
|
|
|
import io.quarkus.runtime.annotations.ConfigDocSection;
|
|
|
|
import io.quarkus.runtime.annotations.ConfigDocSection;
|
|
|
|
import io.quarkus.runtime.annotations.ConfigItem;
|
|
|
|
import io.quarkus.runtime.annotations.ConfigItem;
|
|
|
|
import io.quarkus.runtime.annotations.ConfigRoot;
|
|
|
|
import io.quarkus.runtime.annotations.ConfigRoot;
|
|
|
|
|
|
|
|
import io.smallrye.config.ConfigMapping;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
*
|
|
|
|
*
|
|
|
@ -30,6 +31,7 @@ import io.quarkus.runtime.annotations.ConfigRoot;
|
|
|
|
*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ConfigRoot(phase = RUN_TIME, name = "cache.redisson")
|
|
|
|
@ConfigRoot(phase = RUN_TIME, name = "cache.redisson")
|
|
|
|
|
|
|
|
@ConfigMapping
|
|
|
|
public class RedissonCachesConfig {
|
|
|
|
public class RedissonCachesConfig {
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|