1 Star 0 Fork 8.1K

龙轶寒 / kkFileView

forked from keking / kkFileView 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.06 KB
一键复制 编辑 原始数据 按行查看 历史
陈精华 提交于 2021-07-06 11:15 . 4.0.0版本发布
<?xml version="1.0" encoding="UTF-8"?>
<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>
<packaging>pom</packaging>
<groupId>cn.keking</groupId>
<artifactId>filepreview</artifactId>
<version>4.0.0</version>
<properties>
<java.version>1.8</java.version>
<spring.boot.version>2.4.2</spring.boot.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<modules>
<module>office-plugin</module>
<module>server</module>
</modules>
<name>file-online-preview</name>
<description>专注文件在线预览服务</description>
<url>https://github.com/kekingcn/kkFileView</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<scm>
<url>https://github.com/kekingcn/kkFileView</url>
<connection>scm:git:git://github.com/kekingcn/kkFileView.git</connection>
<developerConnection>scm:git:ssh://git@github.com/kekingcn/kkFileView.git</developerConnection>
</scm>
<developers>
<developer>
<id>klboke</id>
<name>kl</name>
<email>g632104866@gmail.com</email>
<url>http://www.kailing.pub</url>
</developer>
<developer>
<id>gitchenjh</id>
<name>chenjinghua</name>
<email>842761733@qq.com</email>
</developer>
</developers>
<issueManagement>
<system>github</system>
<url>https://github.com/kekingcn/kkFileView/issues</url>
</issueManagement>
</project>
Java
1
https://gitee.com/LongYiHan/file-online-preview.git
git@gitee.com:LongYiHan/file-online-preview.git
LongYiHan
file-online-preview
kkFileView
master

搜索帮助