From a956a8d8827b0a259401ee84760c6542a77b5bc2 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Sun, 30 May 2021 21:51:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.0.4=E3=80=91update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kernel/office/starter/ExcelAutoConfiguration.java | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 kernel-d-office/office-spring-boot-starter/src/main/java/cn/stylefeng/roses/kernel/office/starter/ExcelAutoConfiguration.java diff --git a/kernel-d-office/office-spring-boot-starter/src/main/java/cn/stylefeng/roses/kernel/office/starter/ExcelAutoConfiguration.java b/kernel-d-office/office-spring-boot-starter/src/main/java/cn/stylefeng/roses/kernel/office/starter/ExcelAutoConfiguration.java new file mode 100644 index 000000000..d87a44100 --- /dev/null +++ b/kernel-d-office/office-spring-boot-starter/src/main/java/cn/stylefeng/roses/kernel/office/starter/ExcelAutoConfiguration.java @@ -0,0 +1,10 @@ +package cn.stylefeng.roses.kernel.office.starter; + +/** + * Excel自动配置 + * + * @author fengshuonan + * @date 2021/5/30 21:51 + */ +public class ExcelAutoConfiguration { +}