From edb709fb0d2ed48c86b00a78bd2a7fef2f7a2da0 Mon Sep 17 00:00:00 2001 From: LamGC Date: Mon, 11 Jan 2021 16:45:30 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20CacheStore-Redis=20=E5=9C=A8?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E9=85=8D=E7=BD=AE=E4=B8=AD=E5=B0=86=20lua=20?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E7=BA=B3=E5=85=A5=E7=BC=96=E8=AF=91=E8=B5=84?= =?UTF-8?q?=E6=BA=90;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Update] CacheStore-Redis/pom.xml 将 lua 源码文件夹纳入资源一部分; --- ContentGrabbingJi-CacheStore-redis/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ContentGrabbingJi-CacheStore-redis/pom.xml b/ContentGrabbingJi-CacheStore-redis/pom.xml index 57e0019..87e71b9 100644 --- a/ContentGrabbingJi-CacheStore-redis/pom.xml +++ b/ContentGrabbingJi-CacheStore-redis/pom.xml @@ -28,6 +28,18 @@ ContentGrabbingJi-CacheStore-redis + + + + ${project.basedir}/src/main/lua/ + + *.lua + + ${project.build.outputDirectory}/lua/ + + + + net.lamgc