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
df5363a0
Commit
df5363a0
authored
Jun 16, 2022
by
macro
Browse files
Update EsProduct.java
parent
331fb393
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-search/src/main/java/com/macro/mall/search/domain/EsProduct.java
View file @
df5363a0
...
...
@@ -17,7 +17,7 @@ import java.util.List;
*/
@Data
@EqualsAndHashCode
@Document
(
indexName
=
"pms"
,
type
=
"product"
,
shards
=
1
,
replicas
=
0
)
@Document
(
indexName
=
"pms"
,
shards
=
1
,
replicas
=
0
)
public
class
EsProduct
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
1L
;
@Id
...
...
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