ee27ae5b9052f1335388e329dd1f1a95570edad2.svn-base 905 B

1234567891011121314151617181920212223242526
  1. 工程定义:API管理后台
  2. 工程结构包定义:
  3. ApiManager--项目名称
  4. src--源码
  5. com.yihu.base--公用基础类包
  6. com.yihu.base.action--公用基础action/控制层
  7. com.yihu.base.filters--公用基础过滤器
  8. com.yihu.base.interceptor--公用基础拦截器
  9. com.yihu.base.service--公用基础service/处理层
  10. ---------base包都是可以直接用于新项目搭建的模块--------------
  11. com.yihu.op--项目综合包:如接口定义类
  12. com.yihu.op.action--项目请求action包
  13. com.yihu.op.service--项目业务处理
  14. com.yihu.op.vo--项目bean
  15. com.yihu.utils--项目工具包
  16. api_route_cfg_template.xml--路由模板配置
  17. api.sql.xml--SQLsgl配置
  18. das-client.xml--数据源配置
  19. sys.xml--系统资源配置文件
  20. struts.xml--struts
  21. api.xml--api模块
  22. login.xml--登录模块