Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
8cb20508
Commit
8cb20508
authored
Aug 20, 2018
by
zhh
Browse files
添加docker容器化部署,配置区分dev和prod环境
parent
7ece9913
Changes
22
Hide whitespace changes
Inline
Side-by-side
mall-search/src/main/resources/dao/EsProductDao.xml
View file @
8cb20508
...
...
@@ -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,
...
...
pom.xml
View file @
8cb20508
...
...
@@ -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
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment