1 Star 0 Fork 11

无人知我意/Everything国产替代品,一款极速文件搜索,文件分享,在线预览工具.全平台支持,功能丰富,运行丝滑.

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 2.23 KB
一键复制 编辑 原始数据 按行查看 历史
darkkevin 提交于 2023-11-14 10:41 . upload source
<?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>
<groupId>only.leo</groupId>
<artifactId>Jeverything</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.9.RELEASE</version>
</parent>
<modules>
<module>wfm-core</module>
<module>wfm-api</module>
<module>wfm-web</module>
<module>wfm-common</module>
</modules>
<properties>
<wfm-version>1.0-SNAPSHOT</wfm-version>
</properties>
<profiles>
<profile>
<id>dev</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<project.profile>dev</project.profile>
</properties>
</profile>
<profile>
<id>test</id>
<properties>
<project.profile>test</project.profile>
</properties>
</profile>
<profile>
<id>production</id>
<properties>
<project.profile>production</project.profile>
</properties>
</profile>
</profiles>
<dependencies>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/chaiwentao/everything.git
[email protected]:chaiwentao/everything.git
chaiwentao
everything
Everything国产替代品,一款极速文件搜索,文件分享,在线预览工具.全平台支持,功能丰富,运行丝滑.
master

搜索帮助