Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/docx4j-spring-boot-starter
docx4j
https://github.com/hiwepy/docx4j-spring-boot-starter
docx4j spring-boot spring-boot-starter
Last synced: about 1 month ago
JSON representation
docx4j
- Host: GitHub
- URL: https://github.com/hiwepy/docx4j-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2017-12-03T05:14:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T01:46:27.000Z (3 months ago)
- Last Synced: 2024-09-13T01:58:27.641Z (3 months ago)
- Topics: docx4j, spring-boot, spring-boot-starter
- Language: Java
- Size: 139 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spring-boot-starter-docx4j
docx4j starter for spring boot### 说明
> 基于 docx4j 的 Spring Boot Starter 实现
1. 整合docx4j
### Maven
``` xml
com.github.hiwepy
docx4j-spring-boot-starter
${project.version}```
### Sample
[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-docx4j](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-docx4j "spring-boot-sample-docx4j")