springboot代码生成器前后端都生成,**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
deepin V23 成功适配 WSL 2023 年需求最大的 8 种编程语言:PHP 强劲,C/C++ 需求放缓 React 正在经历 Angular.js 的时刻吗? CentOS 项目宣称“向所有人开放” 程序员笔记 CherryTree 1.0.0.0 发布 MySQL 8.1 及 MySQL 8.0.34 正式发布 微软:加大力度在 Windows 11 使用 Rust Meta 放大招:发布开源大语言模型 Llama 2,可免费商用 GPT-4 越来越笨?准确率从 97.6% 降至 2.4% Wireshark 诞生 25 周年,最强开源网络数据包分析器
编程笔记 » springboot代码生成器前后端都生成,Bee GenCode V2.1.7 自动生成 Spring Boot 后端代码,效率 VS GPT chat