From 9e6cfe177bfbd69e4cc7ee60e0a863827757ae2a Mon Sep 17 00:00:00 2001 From: cengy Date: Sat, 12 Apr 2025 14:11:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(ff-exception):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=A4=84=E7=90=86=E6=A8=A1=E5=9D=97=E7=9A=84?= =?UTF-8?q?pom=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增ff-exception模块的pom文件,定义了模块的基本信息、依赖和构建配置 - 引入了Lombok、Apache Commons、 --- ff-bean/ff-exception/pom.xml | 65 ++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 ff-bean/ff-exception/pom.xml diff --git a/ff-bean/ff-exception/pom.xml b/ff-bean/ff-exception/pom.xml new file mode 100644 index 0000000..313f794 --- /dev/null +++ b/ff-bean/ff-exception/pom.xml @@ -0,0 +1,65 @@ + + + 4.0.0 + + ff + com.ff + 0.0.1 + + + ff-exception + 0.0.1 + ff-exception + jar + + + + + + org.projectlombok + lombok + provided + + + + + org.apache.commons + commons-lang3 + + + + + com.alibaba.fastjson2 + fastjson2 + + + + commons-io + commons-io + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.5.15 + + true + + + + + repackage + + + + + + ff-exception + + +