-
Notifications
You must be signed in to change notification settings - Fork 0
/
bean.xml
27 lines (26 loc) · 1.02 KB
/
bean.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!--
配置说明
config为根节点
bean节点不能多于2两个
property节点可以多个
属性名 类型 属性值
kw String 关键字/命令
model String 类路径(例如:reference.ReferenceModel)
class String 类名
cf String 调用的方法(call-function)
-->
<config>
<bean type="key-word">
<property kw="" model="xx.xx" class="" cf="name"/>
<property kw="" model="xx.xx" class="" cf="name"/>
<property kw="" model="xx.xx" class="" cf="name"/>
<property kw="" model="xx.xx" class="" cf="name"/>
<property kw="" model="xx.xx" class="" cf="name"/>
</bean>
<bean type="command">
<property kw="" model="xx.xx" class="" cf="name"/>
<property kw="" model="xx.xx" class="" cf="name"/>
<property kw="" model="xx.xx" class="" cf="name"/>
<property kw="" model="xx.xx" class="" cf="name"/>
</bean>
</config>