From 96f9baf5bcf7165d4bbb5290e354d3fe0fd29a20 Mon Sep 17 00:00:00 2001 From: LamGC Date: Sat, 12 Sep 2020 03:17:48 +0800 Subject: [PATCH] =?UTF-8?q?[Add]=20Core=20=E5=9C=A8=E6=89=BE=E5=88=B0?= =?UTF-8?q?=E6=9B=B4=E5=A5=BD=E7=9A=84=E6=96=B9=E6=B3=95=E5=89=8D,=20?= =?UTF-8?q?=E5=85=88=E9=80=9A=E8=BF=87=E9=97=B4=E6=8E=A5=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E7=BC=93=E5=AD=98=E5=AE=9E=E7=8E=B0=E6=9D=A5?= =?UTF-8?q?=E6=8F=90=E4=BE=9B=E7=BB=99=20Core=20=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E7=9B=B8=E5=85=B3=E6=B5=8B=E8=AF=95;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Add] net.lamgc:ContentGrabbingJi-CacheStore-local 添加 local 缓存实现依赖项(仅 test); [Add] net.lamgc:ContentGrabbingJi-CacheStore-redis 添加 redis 缓存实现依赖项(仅 test); --- ContentGrabbingJi-core/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ContentGrabbingJi-core/pom.xml b/ContentGrabbingJi-core/pom.xml index bba57f5..ff375b0 100644 --- a/ContentGrabbingJi-core/pom.xml +++ b/ContentGrabbingJi-core/pom.xml @@ -44,6 +44,19 @@ ContentGrabbingJi-pixiv 3.0.0-alpha-SNAPSHOT + + + net.lamgc + ContentGrabbingJi-CacheStore-local + 3.0.0-alpha-SNAPSHOT + test + + + net.lamgc + ContentGrabbingJi-CacheStore-redis + 3.0.0-alpha-SNAPSHOT + test + \ No newline at end of file