Commit Graph

1300 Commits

Author SHA1 Message Date
twelvet
2a67f10493
Spring boot 2.7.12
Signed-off-by: twelvet <2471835953@qq.com>
2023-05-19 05:33:07 +00:00
lengleng
73f9ca002e
!367 👷 git-commit-id-maven-plugin 5.0 不支持 JDK 8
Merge pull request !367 from 徐晓伟/dev-dependabot
2023-05-16 03:02:42 +00:00
徐晓伟
8039725924 👷 git-commit-id-maven-plugin 5.0 不支持 JDK 8 2023-05-16 11:00:26 +08:00
lbw
c9a0cb8a8d
!365 👷 spring-boot-admin 3.0 不支持 JDK 8
Merge pull request !365 from 徐晓伟/dev-dependabot
2023-05-16 02:49:15 +00:00
徐晓伟
3b5860077d 👷 spring-boot-admin 3.0 不支持 JDK 8 2023-05-16 10:33:51 +08:00
lbw
e3a9127d4e ♻️ Refactoring code. 使用泛型优优化 RedisUtils 2023-05-14 23:39:57 +08:00
lbw
42942ba4ae 🎨 Improving structure / format of the code. 格式化代码 2023-05-13 10:56:58 +08:00
lengleng
a67aaa4daf
!364 增加缓存RedisUtils工具类,提供了各种RedisTemplate各种语法糖,响应体R中增加内部调用是否成功判断R.isSuccess()方法,以及自定义返回指定状态码R.result(null, 1001, "业务提示")
Merge pull request !364 from xianxin100/master
2023-05-12 10:12:35 +00:00
xianxin
00984915b4 增加缓存RedisUtils工具类,提供了各种RedisTemplate各种语法糖,响应体R中增加内部调用是否成功判断R.isSuccess()方法,以及自定义返回指定状态码R.result(null, 1001, "业务提示") 2023-05-12 17:06:27 +08:00
冷冷
a0af27b7c1
Merge pull request #869 from pig-mesh/dependabot/maven/dev/com.mysql-mysql-connector-j-8.0.33
⬆️ Bump mysql-connector-j from 8.0.31 to 8.0.33
2023-05-12 16:10:02 +08:00
冷冷
edc8f04b21
Merge pull request #862 from xuxiaowei-com-cn/dev-actions
👷 升级 actions
2023-05-12 16:09:25 +08:00
冷冷
df24df7bf7
Merge pull request #879 from pig-mesh/dependabot/maven/dev/cn.hutool-hutool-bom-5.8.18
⬆️ Bump hutool-bom from 5.8.17 to 5.8.18
2023-05-12 16:08:04 +08:00
冷冷
0585aedeef
Merge pull request #880 from pig-mesh/dependabot/maven/dev/org.springframework.cloud-spring-cloud-dependencies-2021.0.7
⬆️ Bump spring-cloud-dependencies from 2021.0.6 to 2021.0.7
2023-05-12 16:06:51 +08:00
冷冷
8bb784accb
Merge pull request #861 from xuxiaowei-com-cn/dev-java-version
👷 增加 java 17
2023-05-12 16:06:32 +08:00
lbw
d0ac469e01 💚 Fixing CI Build. ci 不支持mirror 2023-05-12 16:00:49 +08:00
dependabot[bot]
8e2d1da99a
⬆️ Bump spring-cloud-dependencies from 2021.0.6 to 2021.0.7
Bumps [spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-build) from 2021.0.6 to 2021.0.7.
- [Commits](https://github.com/spring-cloud/spring-cloud-build/commits)

---
updated-dependencies:
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-12 07:53:54 +00:00
dependabot[bot]
06a5cda10b
⬆️ Bump hutool-bom from 5.8.17 to 5.8.18
Bumps [hutool-bom](https://github.com/looly/hutool) from 5.8.17 to 5.8.18.
- [Release notes](https://github.com/looly/hutool/releases)
- [Changelog](https://github.com/dromara/hutool/blob/v5-master/CHANGELOG.md)
- [Commits](https://github.com/looly/hutool/commits)

---
updated-dependencies:
- dependency-name: cn.hutool:hutool-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-12 07:53:49 +00:00
dependabot[bot]
1b58b391b0
⬆️ Bump mysql-connector-j from 8.0.31 to 8.0.33
Bumps [mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.0.31 to 8.0.33.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.31...8.0.33)

---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-12 07:53:26 +00:00
徐晓伟
118ddf45ae 👷 升级 actions 2023-05-08 17:27:55 +08:00
徐晓伟
9949a72838 👷 增加 java 17
用于测试在 java 17 的环境下是否能运行
比如:防止在代码中使用了一些 sun 包下的类,而 java 17 不存在
2023-05-08 17:06:45 +08:00
lengleng
052bb63785
!362 👷 github每日扫描依赖并创建PR
Merge pull request !362 from 徐晓伟/dependabot
2023-05-08 02:19:58 +00:00
徐晓伟
6db720cd06 👷 github每日扫描依赖并创建PR:目标分支 2023-05-08 10:13:11 +08:00
徐晓伟
ac5f59ca56 👷 github每日扫描依赖并创建PR:限制spring-cloud-alibaba版本 2023-05-08 10:10:24 +08:00
徐晓伟
876fb059b3 👷 github每日扫描依赖并创建PR:限制分支 2023-05-08 08:11:56 +08:00
徐晓伟
1911f1847b 👷 github每日扫描依赖并创建PR 2023-05-08 08:09:00 +08:00
lbw
8f026ada0f 🎨 Improving structure / format of the code. 格式化代码 2023-04-27 14:56:39 +08:00
lbw
0454a69e49
!361 优化字典项排序,修复修改字典项未清除缓存
Merge pull request !361 from 贾同学/dev
2023-04-27 06:49:25 +00:00
jiakang
5b963bae19 优化字典项排序,修复修改字典项未清除缓存 2023-04-27 11:44:56 +08:00
冷冷
a7dc0a5bf7
Merge pull request #849 from zvyglei/master
优化代码格式,删除无用空行
2023-04-23 16:32:37 +08:00
lbw
8ef8d414e2 ⬆️ Upgrading dependencies. springboot 2.7.11 2023-04-21 13:18:14 +08:00
lbw
9b6b3b52a3
!359 springboot 2.7.11
Merge pull request !359 from twelvet/N/A
2023-04-21 02:36:44 +00:00
twelvet
b794b86c5a
springboot 2.7.11
Signed-off-by: twelvet <2471835953@qq.com>
2023-04-21 02:27:13 +00:00
lht
315480f569
!358 ⬆️ 升级 spring-authorization-server 0.4.2
Merge pull request !358 from 徐晓伟/arrow_up
2023-04-19 12:34:24 +00:00
徐晓伟
1797535f0b ⬆️ 升级 spring-authorization-server 0.4.2 2023-04-19 14:13:17 +08:00
lht
0424676d4d
!356 修改字段名为驼峰格式,修改注释
Merge pull request !356 from zerolinck/dev
2023-04-13 10:40:05 +00:00
Lht
a13d5f2864 🎨 Improving structure / format of the code. spring-format 2023-04-13 18:35:14 +08:00
Lht
4f1d71161b ⬆️ Upgrading dependencies. UP hutool 5.8.17 2023-04-13 18:32:29 +08:00
林常坤
9db49bda5e 移除多余的注释 2023-04-13 17:01:46 +08:00
林常坤
5caae30c86 修改字段名为驼峰格式 2023-04-13 17:00:24 +08:00
lbw
7f9806ef7b
!355 优化代码
Merge pull request !355 from 为道日损/master
2023-04-04 10:34:04 +00:00
fxw
ac8e2d7b34 fix: 🐛 解决获取HttpServletRequest可能抛出异常问题 2023-04-04 14:32:52 +08:00
fxw
6f2948b793 fix: 🐛 经过代码检查,不推荐使用hutool的StrUtil
fix: 🐛 去掉一段无用代码;
fix: 🐛 创建私有构造方法
2023-04-04 14:04:09 +08:00
lbw
03406e4296
!354 因pig_config中联合主键过长不能采用utf8mb4,保留utf8;修复pig_codegen部分为修改的字符集
Merge pull request !354 from 为道日损/master
2023-04-04 05:15:08 +00:00
fxw
517e644e2c fix: 🐛 因pig_config中联合主键过长不能采用utf8mb4,保留utf8;修复pig_codegen部分为修改的字符集 2023-04-04 11:01:12 +08:00
lengleng
5d8e2c81bc
!353 处理sql字符集编码不一致问题
Merge pull request !353 from 为道日损/master
2023-04-04 02:33:21 +00:00
lbw
a04b47f4a1 ⬆️ Upgrading dependencies. seata 1.6.1 2023-04-04 10:28:06 +08:00
fxw
c59e23a2c1 fix: 🐛 处理sql字符集编码不一致问题 2023-04-04 10:25:16 +08:00
lbw
afc3ec24d7
!352 🎨 简化 OAuth 2.1 配置
Merge pull request !352 from 徐晓伟/applyDefaultSecurity
2023-04-04 01:51:51 +00:00
徐晓伟
73ee2777e8 🎨 简化 OAuth 2.1 配置
1. 使用静态方法 OAuth2AuthorizationServerConfiguration.applyDefaultSecurity(http),缺省 authorizeRequests.anyRequest().authenticated()、csrf.ignoringRequestMatchers(endpointsMatcher) 等等
2. 使用 HttpSecurity 获取 OAuth 2.1 配置中的 OAuth2AuthorizationServerConfigurer 对象
3. 删除部分 HttpSecurity.apply
2023-04-03 15:45:29 +08:00
Lht
6991cdad55 ⬆️ Upgrading dependencies. UP xxl-job 2.4.0 2023-03-30 19:02:47 +08:00