【7.6.0】【框架改造】删掉没用的starter

pull/55/head
fengshuonan 2023-05-09 18:31:26 +08:00
parent d12ac2be31
commit d82774e02d
4 changed files with 0 additions and 41 deletions

View File

@ -1 +0,0 @@
office的spring boot自动加载模块

View File

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>kernel-d-office</artifactId>
<version>7.6.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>office-spring-boot-starter</artifactId>
<packaging>jar</packaging>
<dependencies>
<!--excel导入导出的-->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>office-sdk-excel</artifactId>
<version>${roses.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -1,10 +0,0 @@
package cn.stylefeng.roses.kernel.office.starter;
/**
* Excel
*
* @author fengshuonan
* @since 2021/5/30 21:51
*/
public class ExcelAutoConfiguration {
}

View File

@ -18,7 +18,6 @@
<modules>
<module>office-api</module>
<module>office-sdk-excel</module>
<module>office-spring-boot-starter</module>
</modules>
<dependencies>