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
70a226f4
Commit
70a226f4
authored
Jun 11, 2024
by
macro
Browse files
Update JacksonConfig.java
parent
ea6f1c14
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-portal/src/main/java/com/macro/mall/portal/config/JacksonConfig.java
View file @
70a226f4
...
...
@@ -21,7 +21,7 @@ public class JacksonConfig {
@ConditionalOnMissingBean
(
ObjectMapper
.
class
)
public
ObjectMapper
jacksonObjectMapper
(
Jackson2ObjectMapperBuilder
builder
)
{
ObjectMapper
objectMapper
=
builder
.
createXmlMapper
(
false
).
build
();
// 通过该方法对mapper对象进行设置,所有序列化的对象都将按该规则进行
系
列化
// 通过该方法对mapper对象进行设置,所有序列化的对象都将按该规则进行
序
列化
// Include.ALWAYS 所有属性都序列化(默认)
// Include.NON_DEFAULT 属性为默认值不序列化
// Include.NON_EMPTY 属性为空("")或者为NULL都不序列化
...
...
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