# generatecode **Repository Path**: taote/generatecode ## Basic Information - **Project Name**: generatecode - **Description**: 根据mysql数据库表和模板来生成代码 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 11 - **Created**: 2014-04-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 根据数据库结构生成代码。以mysql作为数据库,freemark作为模板引擎。 要使用其他数据库,请实现com.xhsd.zlong.generatecode.model包下的接口 要使用其他模板引擎,请实现com.xhsd.zlong.generatecode.process包下的接口