All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

Go to download

Parent pom providing dependency and plugin management for applications built with Maven

The newest version!
{
  "groups": [
    {
      "name": "fastconfig.cache",
      "type": "com.github.bootfastconfig.cache.properties.CacheConfigProperties",
      "sourceType": "com.github.bootfastconfig.cache.CacheAuotConfig",
      "sourceMethod": "getPropertiesCacheConfig()"
    },
    {
      "name": "fastconfig.cache.caffeine-cache",
      "type": "com.github.bootfastconfig.cache.properties.CaffeineCacheProperties",
      "sourceType": "com.github.bootfastconfig.cache.CacheAuotConfig",
      "sourceMethod": "getCaffeineCacheProperties()"
    },
    {
      "name": "fastconfig.cache.l2-cache",
      "type": "com.github.bootfastconfig.cache.properties.L2CacheProperties",
      "sourceType": "com.github.bootfastconfig.cache.CacheAuotConfig",
      "sourceMethod": "getL2CacheProperties()"
    },
    {
      "name": "spring.redis.redisson",
      "type": "com.github.bootfastconfig.cache.properties.RedissonProperties",
      "sourceType": "com.github.bootfastconfig.cache.CacheAuotConfig",
      "sourceMethod": "redissonProperties()"
    },
    {
      "name": "spring.redis.redisson.pool",
      "type": "com.github.bootfastconfig.cache.properties.RedissonProperties$Pool",
      "sourceType": "com.github.bootfastconfig.cache.properties.RedissonProperties",
      "sourceMethod": "getPool()"
    }
  ],
  "properties": [
    {
      "name": "fastconfig.cache.l2-cache.dynamic",
      "type": "java.lang.Boolean",
      "description": "是否动态根据cacheName创建Cache的实现,默认true",
      "sourceType": "com.github.bootfastconfig.cache.properties.L2CacheProperties",
      "defaultValue": true
    },
    {
      "name": "fastconfig.cache.l2-cache.topic",
      "type": "java.lang.String",
      "sourceType": "com.github.bootfastconfig.cache.properties.L2CacheProperties",
      "defaultValue": "spring:l2Cache"
    },
    {
      "name": "fastconfig.cache.orders",
      "type": "java.lang.String[]",
      "description": "缓存器的权重",
      "sourceType": "com.github.bootfastconfig.cache.properties.CacheConfigProperties",
      "defaultValue": [
        "redisCacheManager",
        "caffeineCacheManager"
      ]
    }
  ],
  "hints": []
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy