|
13 | 13 | >The `Spring Boot Code Generator` , Based on SpringBoot3 and Freemarker<br>
|
14 | 14 | > #基于`SpringBoot3`和`Freemarker`的代码生成平台
|
15 | 15 | >
|
16 |
| ->Release your hands from tedious and repetitive CRUD tasks.<br> |
17 |
| -> #从繁琐重复的`CRUD工作`中释放你的双手 |
| 16 | +>Free your hands from tedious and repetitive CRUD work.<br> |
| 17 | +> #解放你的双手,摆脱繁琐重复的CRUD工作。 |
18 | 18 | >
|
19 | 19 | >Support mysql+oracle+pgsql , the most popular databases standard SQL<br>
|
20 | 20 | > #支持`MySQL`、Oracle、PgSQL三大主流数据库
|
|
31 | 31 | >Welcome to submit your issue and useful templates , or put your good idea into PR <br>
|
32 | 32 | > 欢迎提交你的问题和常用有用模板,或者提交你的好主意到PR。
|
33 | 33 |
|
| 34 | +> 特别感谢BeJSON前站长`三叔`的慧眼和支持,让该项目得以脱颖而出,谢谢! |
34 | 35 |
|
35 | 36 | # URL
|
36 | 37 |
|
37 |
| -- 感谢`卡卡`将他部署在[BEJSON](https://java.bejson.com/generator)上,目前是BeJSON专供的`金牌工具`(线上版本不一定是最新的,会有延迟,请谅解,谢谢).<br> |
| 38 | +- 感谢`卡卡`部署在[BEJSON](https://java.bejson.com/generator)上,目前是BeJSON专供的`金牌工具`<br> |
38 | 39 | - 感谢`jully.top`部署的副本 [https://jully.top/generator/](https://jully.top/generator/)。<br>
|
39 |
| -- 感谢`BootCDN`提供稳定、快速、免费的前端开源项目 CDN 加速服务 |
40 |
| -- Thanks for `JetBrains` providing us the `Licenses for Open Source Development` ,[Get free access to all JetBrains tools for developing your open source project!](https://www.jetbrains.com/community/opensource/#support) .<br> |
| 40 | +- 感谢`bytecdntp`字节跳动CDN提供稳定、快速、免费的静态文件CDN加速服务(在线版本) |
| 41 | +- Thanks `JetBrains` for providing us the `Licenses for Open Source Development` ,[Get free access to all JetBrains tools for developing your open source project!](https://www.jetbrains.com/community/opensource/#support) .<br> |
41 | 42 |
|
42 | 43 | | 访问地址 | http://localhost:1234/generator |
|
43 | 44 | |:-----------------------|:--------------------------------------------------------------|
|
44 |
| -| BEJSON 金牌工具 在线地址 | https://java.bejson.com/generator/ | |
45 |
| -| JSON.CN 金牌工具 在线地址 | https://java.json.cn/generator/ | |
| 45 | +| BEJSON 金牌工具 在线地址 | https://java.bejson.com/generator/ | |
| 46 | +| JSON.CN 金牌工具 在线地址 | https://java.json.cn/generator/ | |
46 | 47 | | Jully 在线地址 | https://jully.top/generator/ |
|
47 |
| -| DEVTOOLS 在线地址(Demised) | https://java.devtools.cn | |
| 48 | +| NeverWaive 在线地址 | https://codegenerator.neverwaive.cn/ | |
48 | 49 | | CSDN BLOG | https://zhengkai.blog.csdn.net |
|
49 | 50 | | GITEE仓库 | https://gitee.com/moshowgame/SpringBootCodeGenerator/releases |
|
50 | 51 | | GITHUB仓库 | https://github.com/moshowgame/SpringBootCodeGenerator |
|
|
65 | 66 |
|
66 | 67 | # Branch Detail 分支介绍
|
67 | 68 | - Master:主力分支,基于SpringBoot3+,需要JDK17+
|
68 |
| -- JDK11:兼容分支,基于SpringBoot2+,支持JDK8/JDK11/JDK17等版本,请自行(切换jdk11分支)[https://github.com/moshowgame/SpringBootCodeGenerator/tree/jdk11] |
69 |
| -- NewUI:新UI界面改版尝鲜 |
| 69 | +- JDK11:兼容分支,版本落后,基于SpringBoot2+,但支持JDK8/JDK11等旧JDK版本[https://github.com/moshowgame/SpringBootCodeGenerator/tree/jdk11] |
| 70 | + |
70 | 71 |
|
71 | 72 | # 更新预告
|
72 |
| -1.计划优化一下前端界面,改善由于静态资源加载问题导致的访问缓慢问题,目前正在开发中 |
73 |
| -2.根据大家Raised的Issue优化一下模板 |
| 73 | +1.计划加入AI来帮忙生成更多样式的模板 |
| 74 | +2.计划使用AI来改善现有模板 |
| 75 | +3.深度支持Select SQL模式,以及探索JSON模式更多可能 |
74 | 76 |
|
75 | 77 | # Update Logs
|
76 | 78 | | 更新日期 | 更新内容 |
|
77 | 79 | |:-----------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
| 80 | +| 2025.03.31 | 优化说明 | |
78 | 81 | | 2025.03.16 | NewUI V2前端优化:<br>移除不必要内容,优化Local和CDN静态文件引入。<br><br>修复由于SQL类型大写导致无法转换的问题。(感谢@zzy-design的反馈)<br><br>JPA模板优化(感谢@PenroseYang的反馈):<br>修复不开启Lombok情况下Set/Get方法生成问题;<br>修复importDdate判断为true后没有引入日期类的问题<br> |
|
79 | 82 | | 2024.12.29 | 优化前端加载速度,优化输出代码着色,CDN改字节跳动静态资源公共库。<br> |
|
80 | 83 | | 2024.12.23 | 新增InsertSQL模式,采用JSQLParser引擎进行封装<br>优化代码封装<br>CDN恢复为staticfile.org加速(如果本地卡的话,建议切换local模式)。<br> |
|
|
189 | 192 |
|
190 | 193 | - [CSDN【SpringBoot2启示录】专栏](https://blog.csdn.net/moshowgame/category_9274885.html)
|
191 | 194 |
|
| 195 | +## Stargazers over time |
| 196 | +[](https://starchart.cc/moshowgame/SpringBootCodeGenerator) |
| 197 | + |
192 | 198 | 2025 NewUI V2版本
|
193 | 199 | <img src="./newui_version_2.png">
|
194 | 200 | 配置模板
|
|
0 commit comments