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