xml_spring_config.txt
来自「JEECSM是JavaEE版网站管理系统(Java Enterprise Edi」· 文本 代码 · 共 10 行
TXT
10 行
<!--#{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 + =
减小字号Ctrl + -
显示快捷键?