# spring-boot-ms-office **Repository Path**: tang_jacky/spring-boot-ms-office ## Basic Information - **Project Name**: spring-boot-ms-office - **Description**: 通过Spring-boot提供Server服务,通过Swagger编写接口调试页面,通过jacob-1.8-M2将Office文档转化成Html和PDF。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 21 - **Created**: 2022-03-04 - **Last Updated**: 2022-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #spring-boot-ms-office ##application.properties中 配置项目的端口号: server.port=1111 配置生成文档位置: web.upload-path=D:/gitRespo/hrhx-tomcat-7.0.75/webapps/files/ debug阶段: ![alt text](https://git.oschina.net/duhongming/spring-boot-ms-office/raw/master/resources/static/debug.png "debug阶段") 上线运行阶段: ![alt text](https://git.oschina.net/duhongming/spring-boot-ms-office/raw/master/resources/static/app.png "生成可执行的jar") ![alt text](https://git.oschina.net/duhongming/spring-boot-ms-office/raw/master/resources/static/jar.png "找到jar") 运行项目 java -jar D:\spring-boot-ms-office-0.0.1.jar Office转Html接口: ![alt text](https://git.oschina.net/duhongming/spring-boot-ms-office/raw/master/resources/static/try-html.png "试一试") Office转PDF接口: ![alt text](https://git.oschina.net/duhongming/spring-boot-ms-office/raw/master/resources/static/try-pdf.png "试一试")