# BIP高级版培训工程 **Repository Path**: sillage_c/biptrain ## Basic Information - **Project Name**: BIP高级版培训工程 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-19 - **Last Updated**: 2025-06-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BIP高级版2312培训工程 ## 工程下载 ```` git git clone https://gitee.com/sillage_c/biptrain.git ```` ## 开发环境初始化 - 请确保已安装[基于idea的YonBIP高级版开发插件](https://nccdev.yonyou.com/article/detail/658) - 请设置项目SDK为JDK17 - 请设置项目字符集为GBK ## 环境信息 数据库: 82.156.236.247:1521/orcl bip/123456 ## 工程结构 使用 `node tree.js` 脚本获取最新结构 ```` biptrain/ └─ .gitignore └─ arap/--后端工程 ├─ arap/--后端工程arap模块 ├─ arap.iml ├─ META-INF/ └─ biptrain.iml └─ ncpub-multipage-demo-develop-ncc3.0/--前端工程 ├─ .babelrc ├─ .gitignore ├─ .vscode/ ├─ config/ ├─ config.json ├─ dist/ ├─ package-lock.json ├─ package.json ├─ postcss.config.js ├─ shell/ ├─ src/--前端工程源码 ├─ template/ └─ out/ ├─ production/ └─ README.md └─ tree.js ```` ## 开发案例