mirror of https://gitee.com/stylefeng/roses
【7.6.0】【框架改造】删掉没用的starter
parent
d12ac2be31
commit
d82774e02d
|
@ -1 +0,0 @@
|
||||||
office的spring boot自动加载模块
|
|
|
@ -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>
|
|
|
@ -1,10 +0,0 @@
|
||||||
package cn.stylefeng.roses.kernel.office.starter;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Excel自动配置
|
|
||||||
*
|
|
||||||
* @author fengshuonan
|
|
||||||
* @since 2021/5/30 21:51
|
|
||||||
*/
|
|
||||||
public class ExcelAutoConfiguration {
|
|
||||||
}
|
|
|
@ -18,7 +18,6 @@
|
||||||
<modules>
|
<modules>
|
||||||
<module>office-api</module>
|
<module>office-api</module>
|
||||||
<module>office-sdk-excel</module>
|
<module>office-sdk-excel</module>
|
||||||
<module>office-spring-boot-starter</module>
|
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
Loading…
Reference in New Issue