easypoi-spring-boot-starter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>top.rwocj</groupId>
<artifactId>easypoi-spring-boot-starter</artifactId>
<version>4.4.1-jakarta</version>
</dependency><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>top.rwocj</groupId>
<artifactId>easypoi</artifactId>
<version>4.4.1-jakarta</version>
</parent>
<artifactId>easypoi-spring-boot-starter</artifactId>
<properties>
<spring-boot.version>3.0.0</spring-boot.version>
</properties>
<dependencies>
<dependency>
<groupId>top.rwocj</groupId>
<artifactId>easypoi-web</artifactId>
</dependency>
<!--<dependency>
<groupId>top.rwocj</groupId>
<artifactId>easypoi-wps</artifactId>
</dependency>-->
<!-- Compile dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<!-- @ConfigurationProperties annotation processing (metadata for IDEs) -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>${spring-boot.version}</version>
<optional>true</optional>
</dependency>
</dependencies>
</project>