21 Star 235 Fork 127

雷铭电商 / 开源电商平台-雷铭B2B2C多用户商城7.0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
kuangweiguo 提交于 2021-05-20 09:42 . SpringbootAdmin docker 脚本修改
<?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.leimingtech</groupId>
<artifactId>leimingshop</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>leimingshop-admin</module>
<module>leimingshop-base</module>
<module>leimingshop-front</module>
<module>leimingshop-service</module>
<module>leimingshop-execute</module>
<module>leimingshop-parent</module>
<module>leimingshop-mq-consumer</module>
<module>leimingshop-monitor</module>
</modules>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/leimingshop/leimingshop-springboot.git
git@gitee.com:leimingshop/leimingshop-springboot.git
leimingshop
leimingshop-springboot
开源电商平台-雷铭B2B2C多用户商城7.0
master

搜索帮助