"src/main/webapp/templets/1/default/images/new-loading.gif" did not exist on "c9bf4f7e66b8fafcfe4ad7ff795c691daab54f8b"
Commit 8cb20508 authored by zhh's avatar zhh
Browse files

添加docker容器化部署,配置区分dev和prod环境

parent 7ece9913
......@@ -28,7 +28,7 @@
p.recommand_status recommandStatus,
p.stock stock,
p.promotion_type promotionType,
P.keywords keywords,
p.keywords keywords,
p.sort sort,
pav.id attr_id,
pav.value attr_value,
......
......@@ -3,13 +3,17 @@
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.macro</groupId>
<groupId>com.macro.mall</groupId>
<artifactId>mall</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>mall-admin</module>
<module>mall-mbg</module>
<module>mall-admin</module>
<module>mall-search</module>
<module>mall-portal</module>
</modules>
</project>
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment