Enable MindmapController rests.

This commit is contained in:
Paulo Gustavo Veiga
2014-01-25 03:13:51 -03:00
parent 2ccb4bfb83
commit 9b3f1c79a6
7 changed files with 119 additions and 104 deletions

View File

@@ -146,7 +146,7 @@ security.openid.enabled=false
#
# This properties are used for REST API Documentation( http://localhost:8080/doc/rest/index.html)
# Change the URL for proper documentation console setup.
documentation.services.basePath=http://localhost:8080/wisemapping/service
documentation.services.basePath=http://localhost:8080/service
documentation.services.version=3.0.1

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">