moved generic converter to spi; added entity converter; removed various service impls in favor of service factory
This commit is contained in:
@@ -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