1 Star 0 Fork 222

dengyongbiao / easy_trans

forked from dromara / easy_trans 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
wanglei 提交于 2021-03-12 11:45 . 支持将翻译结果设置到字段中
<?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>com.fhs-opensource</groupId>
<artifactId>easy_trans</artifactId>
<version>1.0.1</version>
<packaging>pom</packaging>
<modules>
<module>easy_trans_anno</module>
<module>easy_trans_service</module>
<module>easy_trans_starter</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<fhs.servlet-api.version>3.1.0</fhs.servlet-api.version>
<fhs.release.version>1.0.1</fhs.release.version>
<fhs.mp-anno.version>3.4.0</fhs.mp-anno.version>
<fhs.springboot.version>2.2.5.RELEASE</fhs.springboot.version>
<fhs.spring.version>5.2.6.RELEASE</fhs.spring.version>
</properties>
<dependencies>
</dependencies>
</project>
Java
1
https://gitee.com/simonmis/easy_trans.git
git@gitee.com:simonmis/easy_trans.git
simonmis
easy_trans
easy_trans
master

搜索帮助