Enable MindmapController rests.

This commit is contained in:
Paulo Gustavo Veiga
2014-01-25 03:13:51 -03:00
parent 686e011f9b
commit 5e62eb3279
7 changed files with 119 additions and 104 deletions

View File

@@ -66,6 +66,11 @@
<entry key="mmap" value="application/vnd.mindjet.mindmanager"/>
</map>
</property>
<property name="viewResolvers">
<list>
<bean class="org.springframework.web.servlet.view.BeanNameViewResolver"/>
</list>
</property>
<property name="defaultViews">
<list>
<bean class="org.springframework.web.servlet.view.json.MappingJacksonJsonView">