From e47a745a877158271033225c1a00e01d41dd30ef Mon Sep 17 00:00:00 2001 From: LamGC Date: Fri, 9 Apr 2021 12:56:54 +0800 Subject: [PATCH] =?UTF-8?q?[Add]=20Project,=20Template-Velocity,=20Core-Fu?= =?UTF-8?q?nction=20=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=9A=84=E6=A8=A1=E5=9D=97?= =?UTF-8?q?;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Add] Template-Velocity 尝试将 Velocity 作为官方支持的模板组件; [Add] Core-Function 将 Function 相关功能从 Core 中抽离, 以尝试降低耦合性; --- ContentGrabbingJi-Template-Velocity/pom.xml | 50 +++++++++++++++++++++ ContentGrabbingJi-core-Function/pom.xml | 50 +++++++++++++++++++++ 2 files changed, 100 insertions(+) create mode 100644 ContentGrabbingJi-Template-Velocity/pom.xml create mode 100644 ContentGrabbingJi-core-Function/pom.xml diff --git a/ContentGrabbingJi-Template-Velocity/pom.xml b/ContentGrabbingJi-Template-Velocity/pom.xml new file mode 100644 index 0000000..95ace29 --- /dev/null +++ b/ContentGrabbingJi-Template-Velocity/pom.xml @@ -0,0 +1,50 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-Template-Velocity + + + 8 + 8 + + + + + net.lamgc + ContentGrabbingJi-Template-api + 3.0.0-alpha-SNAPSHOT + + + + org.apache.velocity + velocity-engine-core + 2.2 + + + + \ No newline at end of file diff --git a/ContentGrabbingJi-core-Function/pom.xml b/ContentGrabbingJi-core-Function/pom.xml new file mode 100644 index 0000000..aa8f5e5 --- /dev/null +++ b/ContentGrabbingJi-core-Function/pom.xml @@ -0,0 +1,50 @@ + + + + + + ContentGrabbingJi + net.lamgc + 3.0.0-alpha-SNAPSHOT + + 4.0.0 + + ContentGrabbingJi-core-Function + + + 8 + 8 + + + + + net.lamgc + ContentGrabbingJi-Function-api + 3.0.0-alpha-SNAPSHOT + + + net.lamgc + ContentGrabbingJi-Event-api + 3.0.0-alpha-SNAPSHOT + + + + + \ No newline at end of file