beans.xml 286 B

123456789
  1. <?xml version="1.0" encoding="GB2312"?>
  2. <plugin version="1.0" id="example.check">
  3. <beans>
  4. <bean id="ICheckMgr" class="com.trs.example.check.CheckMgr"
  5. singleton="true"/>
  6. <bean id="IEmployerMgr" class="com.trs.example.check.EmployerMgr"
  7. singleton="true"/>
  8. </beans>
  9. </plugin>