Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b447d98

Browse files
工具站CDN更新
工具站CDN更新
1 parent 068472d commit b447d98

File tree

6 files changed

+26
-23
lines changed

6 files changed

+26
-23
lines changed

‎README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,31 @@
3939
- 可设置`表名前缀`,例如sys_user前缀为sys_之后可以正确生成user类
4040
- 可在`applicaltion.yml`中的`OEM.mode`设置`js/css引入模式``local`(本地模式,默认)/`CDN`(云CDN模式,在线网站推荐,省流量)
4141
- OEM信息可以在`applicaltion.yml`中的`OEM`中更改
42+
- *支持公共js/css的Local/CDN模式切换,方便`本地`或者`工具站`进行部署,可以在`application.yml``OEM.Mode=`进行设置,之后请在`header-CDN.html`/`header-local.html`中检查对应js/css配置是否正确。
4243

4344
# Url
4445

4546
感谢`卡卡`将他部署在[BEJSON](https://java.bejson.com/generator)上,目前是besjon专供的金牌工具(线上版本不一定是最新的,会有延迟,请谅解,谢谢).<br>
4647
感谢`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 加速服务,使之有更好的访问速度和稳定的环境。
4950
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>
5051

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 |
5960

6061

6162
# Update Logs
6263
| 更新日期 | 更新内容 |
6364
|:-----------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
65+
| 2023年10月22日 | 工具站CDN更新。 |
66+
| 2023年08月31日 | (感谢@Nisus-Liu的PR)<br>fix 驼峰列名转命名风格错误问题<br>增强转下划线命名风格, 对原始风格不敏感. 支持各种命名风格的列名 to 下划线<br>增加 NonCaseString 大小写不敏感字符串包装类, 简化编码<br>几点代码小优化。 |
6467
| 2023年07月11日 | 安全更新,正式支持SpringBoot3,javax升级到jakarta。 |
6568
| 2023年01月02日 | 新增TkMybatis模板(感谢@sgj666的建议)。 |
6669
| 2023年01月01日 | 新增GCP BigQuery/Dataflow JJS/QlikSense BI模板。 |

‎generator-web/src/main/resources/application-bejson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spring:
4747
#mvc:
4848
# static-path-pattern: /statics/**
4949
OEM:
50-
version: 2023.7
50+
version: 2023.10
5151
header: SQL转Java JPA、MYBATIS实现类代码生成平台
5252
keywords: sql转实体类,sql转DAO,SQL转service,SQL转JPA实现,SQL转MYBATIS实现
5353
title: JAVA在线代码生成

‎generator-web/src/main/resources/application-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spring:
4747
#mvc:
4848
# static-path-pattern: /statics/**
4949
OEM:
50-
version: 2023.7
50+
version: 2023.10
5151
header: SQL转Java JPA、MYBATIS实现类代码生成平台
5252
keywords: sql转实体类,sql转DAO,SQL转service,SQL转JPA实现,SQL转MYBATIS实现
5353
title: JAVA代码生成平台

‎generator-web/src/main/resources/application-devtools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spring:
4747
#mvc:
4848
# static-path-pattern: /statics/**
4949
OEM:
50-
version: 2023.7
50+
version: 2023.10
5151
header: SQL转Java JPA、MYBATIS实现类代码生成平台
5252
keywords: sql转实体类,sql转DAO,SQL转service,SQL转JPA实现,SQL转MYBATIS实现
5353
title: JAVA在线代码生成
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version": "20201222"}
1+
{"version": "20231022"}

‎generator-web/src/main/resources/templates/header-CDN.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!--jquery | vue | element-ui | axios-->
66
<script src="//cdn.staticfile.org/jquery/3.5.1/jquery.min.js"></script>
77
<script src="//cdn.staticfile.org/vue/2.6.12/vue.min.js"></script>
8-
<script src="//cdn.staticfile.org/element-ui/2.15.0/index.min.js"></script>
8+
<script src="//cdn.staticfile.org/element-ui/2.15.14/index.min.js"></script>
99
<link rel="stylesheet" href="//cdn.staticfile.org/element-ui/2.15.0/theme-chalk/index.min.css">
1010
<script src="//cdn.staticfile.org/axios/0.1.0/axios.min.js"></script>
1111

@@ -19,15 +19,15 @@
1919

2020

2121
<!-- import codemirror -->
22-
<script src="//cdn.staticfile.org/codemirror/5.59.1/codemirror.min.js"></script>
23-
<script src="//cdn.staticfile.org/codemirror/5.59.1/mode/sql/sql.min.js"></script>
24-
<script src="//cdn.staticfile.org/codemirror/5.59.1/mode/xml/xml.min.js"></script>
25-
<script src="//cdn.staticfile.org/codemirror/5.59.1/mode/clike/clike.min.js"></script>
26-
<script src="//cdn.staticfile.org/codemirror/5.59.1/mode/javascript/javascript.min.js"></script>
27-
<link rel="stylesheet" href="//cdn.staticfile.org/codemirror/5.59.1/codemirror.min.css">
28-
<link rel="stylesheet" href="//cdn.staticfile.org/codemirror/5.59.1/theme/idea.min.css">
22+
<script src="//cdn.staticfile.org/codemirror/6.65.7/codemirror.min.js"></script>
23+
<script src="//cdn.staticfile.org/codemirror/6.65.7/mode/sql/sql.min.js"></script>
24+
<script src="//cdn.staticfile.org/codemirror/6.65.7/mode/xml/xml.min.js"></script>
25+
<script src="//cdn.staticfile.org/codemirror/6.65.7/mode/clike/clike.min.js"></script>
26+
<script src="//cdn.staticfile.org/codemirror/6.65.7/mode/javascript/javascript.min.js"></script>
27+
<link rel="stylesheet" href="//cdn.staticfile.org/codemirror/6.65.7/codemirror.min.css">
28+
<link rel="stylesheet" href="//cdn.staticfile.org/codemirror/6.65.7/theme/idea.min.css">
2929

3030
<!--bootsrap -->
3131
<link rel="stylesheet" href="${request.contextPath}/statics/css/all-skins.min.css">
3232
<link rel="stylesheet" href="//cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
33-
<link rel="stylesheet" href="//cdn.staticfile.org/admin-lte/2.3.7/css/AdminLTE.min.css">
33+
<link rel="stylesheet" href="//cdn.staticfile.org/admin-lte/2.3.11/css/AdminLTE.min.css">

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /