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
jinli gu
MCMS
Commits
7054390a
Commit
7054390a
authored
May 23, 2020
by
guwd
Browse files
配置更新
parent
5b46f34b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/net/mingsoft/config/WebConfig.java
View file @
7054390a
...
...
@@ -130,8 +130,9 @@ public class WebConfig implements WebMvcConfigurer {
@Override
public
void
configureMessageConverters
(
List
<
HttpMessageConverter
<?>>
converters
)
{
// TODO Auto-generated method stub
WebMvcConfigurer
.
super
.
configureMessageConverters
(
converters
);
converters
.
add
(
mappingJackson2HttpMessageConverter
());
WebMvcConfigurer
.
super
.
configureMessageConverters
(
converters
);
}
@Bean
...
...
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