beans.xml 337 B

12345678
  1. <?xml version="1.0" encoding="GB2312"?>
  2. <plugin version="1.0" id="gov.auth">
  3. <beans>
  4. <bean id="IAuthServer" class="com.trs.auth.MyAuthServer" singleton="true"/>
  5. <bean id="IRoleMgr" class="com.trs.auth.NewRoleMgr" singleton="true"/>
  6. <bean id="IGovRightMgr" class="com.trs.auth.GovRightMgr" singleton="true"/>
  7. </beans>
  8. </plugin>