From 84a3bf1c4a6f64b3ae9dfe914d0b28e3ff2cb68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=B5=A9?= Date: Thu, 28 Apr 2016 09:30:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=BC=93=E5=AD=98=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/META-INF/spring.factories | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hsweb-web-concurrent/hsweb-web-concurrent-cache/src/main/resources/META-INF/spring.factories 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