diff --git a/hsweb-web-concurrent/hsweb-web-concurrent-cache/src/main/resources/META-INF/spring.factories b/hsweb-web-concurrent/hsweb-web-concurrent-cache/src/main/resources/META-INF/spring.factories new file mode 100644 index 000000000..66317149b --- /dev/null +++ b/hsweb-web-concurrent/hsweb-web-concurrent-cache/src/main/resources/META-INF/spring.factories @@ -0,0 +1,4 @@ +# Auto Configure +org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ +org.hsweb.concureent.cache.RedisCacheManagerAutoConfig,\ +org.hsweb.concureent.cache.ConcurrentMapCacheManagerAutoConfig \ No newline at end of file