|
39 | 39 | - 可设置`表名前缀`,例如sys_user前缀为sys_之后可以正确生成user类
|
40 | 40 | - 可在`applicaltion.yml`中的`OEM.mode`设置`js/css引入模式`为`local`(本地模式,默认)/`CDN`(云CDN模式,在线网站推荐,省流量)
|
41 | 41 | - OEM信息可以在`applicaltion.yml`中的`OEM`中更改
|
| 42 | +- *支持公共js/css的Local/CDN模式切换,方便`本地`或者`工具站`进行部署,可以在`application.yml`的`OEM.Mode=`进行设置,之后请在`header-CDN.html`/`header-local.html`中检查对应js/css配置是否正确。 |
42 | 43 |
|
43 | 44 | # Url
|
44 | 45 |
|
45 | 46 | 感谢`卡卡`将他部署在[BEJSON](https://java.bejson.com/generator)上,目前是besjon专供的金牌工具(线上版本不一定是最新的,会有延迟,请谅解,谢谢).<br>
|
46 | 47 | 感谢`jully.top`部署的副本 [https://jully.top/generator/](https://jully.top/generator/)。<br>
|
47 |
| -感谢`三叔`将他部署在[DEVTOOLS](https://java.devtools.cn/)上,继续作为Golden Tool开放给大家使用。<br> |
48 |
| - |
| 48 | +感谢`三叔`将他部署在[DEVTOOLS](https://java.devtools.cn/) (Demised)上,继续作为Golden Tool开放给大家使用。<br> |
| 49 | +感谢`七牛`提供的云js/css免费加速服务,它尽可能全面收录优秀的开源库,并免费为之提供 CDN 加速服务,使之有更好的访问速度和稳定的环境。 |
49 | 50 | 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>
|
50 | 51 |
|
51 |
| -| 访问地址 | http://localhost:1234/generator | |
52 |
| -|:--------------|:--------------------------------------------------------------| |
53 |
| -| BEJSON 在线地址 | https://java.bejson.com/generator | |
54 |
| -| Jully 在线地址 | https://jully.top/generator/ | |
55 |
| -| DEVTOOLS 在线地址 | https://java.devtools.cn | |
56 |
| -| CSDN BLOG | https://zhengkai.blog.csdn.net | |
57 |
| -| GITEE仓库 | https://gitee.com/moshowgame/SpringBootCodeGenerator/releases | |
58 |
| -| GITHUB仓库 | https://github.com/moshowgame/SpringBootCodeGenerator | |
| 52 | +| 访问地址 | http://localhost:1234/generator | |
| 53 | +|:-----------------------|:--------------------------------------------------------------| |
| 54 | +| BEJSON 在线地址 | https://java.bejson.com/generator | |
| 55 | +| Jully 在线地址 | https://jully.top/generator/ | |
| 56 | +| DEVTOOLS 在线地址(Demised) | https://java.devtools.cn | |
| 57 | +| CSDN BLOG | https://zhengkai.blog.csdn.net | |
| 58 | +| GITEE仓库 | https://gitee.com/moshowgame/SpringBootCodeGenerator/releases | |
| 59 | +| GITHUB仓库 | https://github.com/moshowgame/SpringBootCodeGenerator | |
59 | 60 |
|
60 | 61 |
|
61 | 62 | # Update Logs
|
62 | 63 | | 更新日期 | 更新内容 |
|
63 | 64 | |:-----------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
| 65 | +| 2023.10.22 | 工具站CDN更新。 | |
| 66 | +| 2023.08.31 | (感谢@Nisus-Liu的PR)<br>fix 驼峰列名转命名风格错误问题<br>增强转下划线命名风格, 对原始风格不敏感. 支持各种命名风格的列名 to 下划线<br>增加 NonCaseString 大小写不敏感字符串包装类, 简化编码<br>几点代码小优化。 | |
64 | 67 | | 2023.07.11 | 安全更新,正式支持SpringBoot3,javax升级到jakarta。 |
|
65 | 68 | | 2023.01.02 | 新增TkMybatis模板(感谢@sgj666的建议)。 |
|
66 | 69 | | 2023.01.01 | 新增GCP BigQuery/Dataflow JJS/QlikSense BI模板。 |
|
|
0 commit comments