?? xml_spring_config.txt
字號:
<!--#{config_comment}-->
<bean id="#{entity}Dao" parent="daoTemplate" class="#{dao_impl_p}.#{Entity}DaoImpl" />
<bean id="#{entity}MngImpl" class="#{manager_impl_p}.#{Entity}MngImpl" autowire="byName"/>
<bean id="#{entity}Mng" parent="abstractTxDefinition">
<property name="target">
<ref local="#{entity}MngImpl"/>
</property>
</bean>
<bean id="#{sys}.#{entity}Act" scope="prototype" class="#{action_p}.#{Entity}Act" autowire="byName" />
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -