**GenCode** 是基于Bee的一个快速生成代码工具!
支持生成restful风格的后端代码.
Controller/Action + service (+ dao).
Bee GenCode V2.1.7 自动生成Springboot后端代码, 效率 VS GPT chat
快速开始:
=========
## 1.添加依赖
<dependency> <groupId>org.teasoft</groupId> <artifactId>gencode</artifactId> <version>2.1.7</version> <type>pom</type> </dependency>
## 2.只一行Java代码,即可生成CRUD后端代码
public static void main(String[] args) { GenCode.genRestRich("users", "com.abc"); }
效果图:
使用Postman测试效果:
Bee GenCode
https://gitee.com/automvc/gencode
Bee:
https://gitee.com/automvc/bee
还没有评论,来说两句吧...