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 { +}