【发布时间】:2012-06-09 09:05:02
【问题描述】:
我需要配置回调url(重定向URL),在早春社交它配置为
<bean class="org.springframework.social.connect.web.ConnectController">
<!-- relies on by-type autowiring for the constructor-args -->
<property name="applicationUrl" value="${application.url}" />
</bean>
请告诉在social 1.0.2如何配置,如果有完整的例子请分享。
【问题讨论】:
-
你在这里尝试过什么吗?
标签: spring spring-mvc spring-social