mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 17:49:02 +00:00
moved generic converter to spi; added entity converter; removed various service impls in favor of service factory
This commit is contained in:
+1
-1
@@ -7,6 +7,6 @@
|
||||
|
||||
<mvc:annotation-driven conversion-service="conversionService" />
|
||||
|
||||
<bean id="conversionService" class="org.springframework.core.convert.support.DefaultConversionService" />
|
||||
<bean id="conversionService" class="org.springframework.core.convert.support.ConversionServiceFactory" factory-method="createDefault" />
|
||||
|
||||
</beans>
|
||||
|
||||
Reference in New Issue
Block a user