spring-boot-starter-docx4j

docx4j starter for spring boot

说明

基于 docx4j 的 Spring Boot Starter 实现

  1. 整合docx4j

Maven

<dependency>
    <groupId>${project.groupId}</groupId>
    <artifactId>spring-boot-starter-docx4j</artifactId>
    <version>${project.version}</version>
</dependency>

Sample

https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-docx4j

作者:Jeebiz  创建时间:2023-03-20 23:50
最后编辑:Jeebiz  更新时间:2024-10-04 23:38