File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 44 xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" >
55
66 <bean id =" grailsApplication" class =" org.codehaus.groovy.grails.commons.GrailsApplicationFactoryBean" >
7- <description >Grails application factory bean</description >
8- <property name =" grailsDescriptor" value =" /WEB-INF/grails.xml" />
9- <property name =" grailsResourceLoader" ref =" grailsResourceLoader" />
10- </bean >
7+ <description >Grails application factory bean</description >
8+ <property name =" grailsDescriptor" value =" /WEB-INF/grails.xml" />
9+ </bean >
1110
1211 <bean id =" pluginManager" class =" org.codehaus.groovy.grails.plugins.GrailsPluginManagerFactoryBean" >
1312 <description >A bean that manages Grails plugins</description >
2221 <property name =" pluginManager" ref =" pluginManager" />
2322 </bean >
2423
25- <bean id =" grailsResourceLoader" class =" org.codehaus.groovy.grails.commons.GrailsResourceLoaderFactoryBean" />
26-
2724 <bean id =" characterEncodingFilter" class =" org.springframework.web.filter.CharacterEncodingFilter" >
2825 <property name =" encoding" >
2926 <value >utf-8</value >
3027 </property >
3128 </bean >
3229
30+
3331 <bean id =" conversionService" class =" org.springframework.context.support.ConversionServiceFactoryBean" />
34- </beans >
32+ </beans >
You can’t perform that action at this time.
0 commit comments