Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
unknown
2017-08-17 09:35:24 +0800
Commit
5e8c5cd63f5c0efcbae68c551603073dae1ff8c2
1 parent
78a3e607
add register-defaults="false"
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/main/resources/META-INF/spring/spring-web-context.xml
web/src/main/resources/META-INF/spring/spring-web-context.xml
View file @
5e8c5cd
...
...
@@ -71,7 +71,7 @@
<!-- 启动SpringMVC的注解功能,完成请求和注解POJO的映射 -->
<mvc:annotation-driven>
<mvc:message-converters>
<mvc:message-converters
register-defaults=
"false"
>
<ref
bean=
"stringConverter"
/>
<ref
bean=
"jsonConverter"
/>
</mvc:message-converters>
...
...
Please
register
or
login
to post a comment