File tree 2 files changed +4
-24
lines changed
uflo-console/src/main/resources
uflo-core/src/main/resources
2 files changed +4
-24
lines changed Original file line number Diff line number Diff line change 5
5
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd
6
6
" >
7
7
<import resource =" classpath:uflo-context-configs.xml" />
8
+
9
+ <context : property-placeholder location =" classpath:uflo-console-configure.properties" ignore-unresolvable =" true" />
10
+
8
11
<bean id =" uflo.console.resourceLoaderServletHandler"
9
12
class=" com.bstek.uflo.console.handler.impl.res.ResourceLoaderServletHandler" ></bean >
10
13
<bean id =" uflo.console.todoServletHandler"
46
49
<bean id =" uflo.console.handlerListServletHandler" class =" com.bstek.uflo.console.handler.impl.list.HandlerListServletHandler" >
47
50
<property name =" debug" value =" ${uflo.debug}" ></property >
48
51
</bean >
49
-
50
- <bean id =" uflo.console.propertyConfigurer"
51
- class=" org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" >
52
- <property name =" ignoreUnresolvablePlaceholders" value =" true" ></property >
53
- <property name =" location" >
54
- <value >classpath:uflo-console-configure.properties</value >
55
- </property >
56
- </bean >
57
52
58
53
<bean id =" uflo.defaultFileProcessProvider" class =" com.bstek.uflo.console.provider.DefaultFileProcessProvider" >
59
54
<property name =" fileStoreDir" value =" ${uflo.defaultFileStoreDir}" ></property >
Original file line number Diff line number Diff line change 83
83
<property name =" blockSize" value =" ${uflo.idBlockSize}" ></property >
84
84
</bean >
85
85
86
- <!-- <bean id="uflo.restService" class="com.bstek.uflo.service.impl.RestServiceImpl">
87
- <constructor-arg name="username" value="${uflo.restAccessUsername}"></constructor-arg>
88
- <constructor-arg name="password" value="${uflo.restAccessPassword}"></constructor-arg>
89
- <property name="baseUrl" value="${uflo.restAccessBaseUrl}"></property>
90
- <property name="converters">
91
- <list>
92
- <bean
93
- class="org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter"></bean>
94
- <bean
95
- class="org.springframework.http.converter.StringHttpMessageConverter">
96
- <constructor-arg value="utf-8"></constructor-arg>
97
- </bean>
98
- </list>
99
- </property>
100
- </bean> -->
101
-
86
+
102
87
<bean id =" uflo.processParser" class =" com.bstek.uflo.deploy.parse.impl.ProcessParser" ></bean >
103
88
<bean id =" uflo.startParser" class =" com.bstek.uflo.deploy.parse.impl.StartParser" ></bean >
104
89
<bean id =" uflo.taskParser" class =" com.bstek.uflo.deploy.parse.impl.TaskParser" ></bean >
You can’t perform that action at this time.
0 commit comments