flyer-maker
一个Java项目生成工具,可根据数据库定义自动生成包括单元测试在内的完整代码,支持SpringBoot和相关框架,集成多种第三方工具库。
• Copy the embed code to showcase this product on your website
• Share on X to spread the word about this amazing tool
项目地址:https://github.com/vancefantasy/flyer-maker描述:根据数据库定义,自动生成代码,包括单元测试等。生成完的代码可以直接运行单元测试。- Java 8- SpringBoot2.0.5/SpringFramework4.3.18- mapper、entity、dao、service、controller及对应单元测试- 第三方工具(guava,jodd,vjkit,apache commons等),满足缓存(内存)、字符串、日期、json、集合、Http、IO等的日常处理- 异常处理- 全局拦截器,记录请求响应日志- SLF4J/Logback- 单元测试、Mock测试