# GeneratorRestfulApi **Repository Path**: A_yes/generatorrestfulapi ## Basic Information - **Project Name**: GeneratorRestfulApi - **Description**: 根据数据库生成SSM框架到Controller层的CRUD的restfulapi - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 5 - **Created**: 2017-06-12 - **Last Updated**: 2024-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###涉及技术 - freemarker - 单例模式 - bootstrap - bootstrap-table ###用法 - 在resources目录下的config.properties文件是配置文件 - App下的main函数是执行入口 - 可以根据 数据库 生成 从 mapper 到 crontroller的CRUD代码 ### 增删改查接口生成器 - 2017-06-12 - 加载数据库表和字段完成 - 2017-06-13 - 文件生成功能已全部完成 - 部分代码微调,现在生成的代码经测试已经可以正常使 - 2017-06-14 - 给ServiceImpl添加事务管理注解 - 生成RestfulApi - 2017-06-29 - 添加js脚本和jsp页面生成 - 完成展示 - 编辑完成 - 新增完成