Fix a syntax error in an XML listing by adding a missing double-quote
Closes gh-29456
This commit is contained in:
parent
32a5830543
commit
2a2c679f66
|
@ -1634,7 +1634,7 @@ If you prefer XML-based configuration, you can use a
|
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="
|
||||
http://www.springframework.org/schema/beans
|
||||
https://www.springframework.org/schema/beans/spring-beans.xsd>
|
||||
https://www.springframework.org/schema/beans/spring-beans.xsd">
|
||||
|
||||
<bean id="conversionService" class="org.springframework.format.support.FormattingConversionServiceFactoryBean">
|
||||
<property name="registerDefaultFormatters" value="false" />
|
||||
|
|
Loading…
Reference in New Issue