Skip to content

Commit 814641d

Browse files
committed
Update README.md
修改文档spring的说明错误,属性是jobCompletedHandler,spring的bean的工厂定义的问题。
1 parent da0d432 commit 814641d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Response response = jobClient.submitJob(job);
166166
<bean class="com.lts.example.support.MasterChangeListenerImpl"/>
167167
</list>
168168
</property>
169-
<property name="jobFinishedHandler">
169+
<property name="jobCompletedHandler">
170170
<bean class="com.lts.example.support.JobFinishedHandlerImpl"/>
171171
</property>
172172
<property name="configs">

0 commit comments

Comments
 (0)