# bboss-genproject **Repository Path**: amtech/genproject ## Basic Information - **Project Name**: bboss-genproject - **Description**: this project is a tool that be used to gen a java project base bboss public devlop platform.gencode site:http://gencode.bbossgroups.com - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-01-10 - **Last Updated**: 2024-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 构建发布版本 事先安装好gradle,并配置好gradle的环境变量,然后切换到命令行在,工程的根目录下执行下述指令: gradle releaseRuntimeZip 发布版本存放目录:build\distributions # 搭建开发环境 下载工程源码,然后通过开发工具(eclipse,idea)的gradle插件将genproject导入开发工具即可(eclipse,idea) github https://github.com/bbossgroups/genproject oschina https://git.oschina.net/bboss/genproject # genproject document: http://yin-bp.iteye.com/blog/2230399