调整项目模块,jodconverter-core重命名为office-plugin。jdocnverter-web重命名为server

This commit is contained in:
chenkailing
2020-12-26 17:30:24 +08:00
committed by kl
parent 0f4f1d580b
commit 41cdc227b3
4382 changed files with 2240 additions and 83394 deletions

View File

@@ -7,8 +7,8 @@
<artifactId>filepreview</artifactId>
<version>2.2.1</version>
<modules>
<module>jodconverter-core</module>
<module>jodconverter-web</module>
<module>office-plugin</module>
<module>server</module>
</modules>
<packaging>pom</packaging>
@@ -33,5 +33,5 @@
</profiles>
<name>file-online-preview</name>
<description>Demo project for Spring Boot</description>
<description>专注文件在线预览服务</description>
</project>