Commit Graph

472 Commits

Author SHA1 Message Date
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
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
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
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
a04b47f4a1 ⬆️ Upgrading dependencies. seata 1.6.1 2023-04-04 10:28:06 +08:00
Lht
5dad371547 ⬆️ Upgrading dependencies. UP hutool 5.8.16 2023-03-29 19:02:55 +08:00
lengleng
802b42ec95
!351 移除多余的if判断
Merge pull request !351 from zerolinck/dev
2023-03-28 10:06:16 +00:00
林常坤
48448fcbb2 移除多余的if判断 2023-03-28 17:54:05 +08:00
lbw
37325ad312 🔖 🔖 🔖 3.6.7 2023-03-23 19:55:58 +08:00
lbw
7b0d08bd7c ⬆️ Upgrading dependencies. up springboot 2.7.10 2023-03-23 19:54:24 +08:00
lbw
907eec1801 Introducing new features.: support client_secret_header & client_secret_post 2023-03-17 16:44:49 +08:00
lbw
b4a36f6a1b 🐛 Fixing a bug. close #I6L95T 日志管理无ip和客户端 2023-03-14 13:46:13 +08:00
Lht
d2dff1cf9f ⬆️ Upgrading dependencies. UP hutool 5.8.15 2023-03-10 18:20:35 +08:00
lbw
677f8e072a ♻️ Refactoring code. 重构retry 相关的逻辑 2023-03-09 11:49:21 +08:00
Lht
02bcacfa53 ⬆️ Upgrading dependencies. UP hutool 5.8.14 2023-03-07 20:22:31 +08:00
lbw
3485586c19 🔖 🔖 🔖 v3.6.6 引入 jasypt 3.x 注意更新 pig_config.sql 2023-03-04 23:10:38 +08:00
lbw
6816eac6aa 🎨 Improving structure / format of the code. spring-format 2023-02-24 13:13:46 +08:00
杨向波
52cd938643
up spring boot 2.7 closed #I6HBI9
Signed-off-by: 杨向波 <18369656203@163.com>
2023-02-24 03:42:57 +00:00
jumuning
86c3dc2c10 精简代码 2023-02-23 17:27:15 +08:00
徐晓伟
b6163ae2eb ⬆️ 升级 spring-javaformat 0.0.38 2023-02-23 15:48:20 +08:00
jumuning
6c1c772b8a 冗余扩展重新,默认就能满足实现 2023-02-23 14:40:27 +08:00
jumuning
fc34c7b466 冗余标点符号 2023-02-23 11:05:08 +08:00
lbw
c15dc143fb ⬆️ Upgrading dependencies. hutool 5.8.12 2023-02-16 12:12:54 +08:00
yeluo
708d4f60cf 魔法值 "state" 统一换成 OAuth2ParameterNames.STATE 常量 2023-02-07 14:17:08 +08:00
lbw
161d3a57f1 close #I6B5EU common-feign 支持接口级别重试 2023-01-21 14:06:47 +08:00
lbw
917ee2a636 ⬆️ up springboot 2.7.8 2023-01-21 14:02:35 +08:00
aeizzz
6757062d56 Introducing new features. up mybatis-plus 3.5.3.1 2023-01-03 09:14:57 +08:00
小董
efba30ac55
🐛 Fixing a bug.ObjectUtil.isEmpty
.

Signed-off-by: 小董 <861571118@qq.com>
2023-01-02 11:06:15 +00:00
aeizzz
ea1acee88a 🔖 Releasing / Version tags. 3.6.5 2022-12-30 09:00:47 +08:00
aeizzz
1695ce3e84 Introducing new features. up mybatis-plus 3.5.3 2022-12-28 20:26:45 +08:00
lbw
d79f5ec79a 🔖 Releasing / Version tags. 3.6.4 2022-12-12 12:04:17 +08:00
lbw
66296afd26 ♻️ Refactoring code. 优化sas 异常提示 2022-11-30 20:56:43 +08:00
lbw
f225d53010 🔖 Releasing / Version tags. v3.6.3 2022-11-25 19:54:21 +08:00
Lht
18b61572c2 ⬆️ Upgrading dependencies. UP spring-boot 2.7.6 2022-11-24 23:12:10 +08:00
lbw
e533946a1c ♻️ Refactoring code. 手机号登录手机号不存在异常细化 2022-11-24 15:53:44 +08:00
lbw
eb52bb8b5c ⬆️ Upgrading dependencies. close #I62RO3 up hutool 5.8.10 2022-11-24 11:20:19 +08:00
lbw
85f239f5bf
!281 280 ⬆️ 升级 spring-authorization-server 到 0.4.0
Merge pull request !281 from 徐晓伟/spring-authorization-server-0.4.0
2022-11-22 03:22:55 +00:00
徐晓伟
3465e22f33 ⬆️ 升级 spring-authorization-server 到 0.4.0 2022-11-22 11:09:10 +08:00
lbw
a3c5070e32 Introducing new features. close #I61KXK MySQL Connector/J has new Maven Coordinates 2022-11-17 11:51:42 +08:00
lbw
b457bc4fdb ♻️ Refactoring code. 是使用 @RequestMapping Headers属性替代 代码中指定header 参数 2022-11-14 16:40:16 +08:00
lbw
bb29ed6efc Introducing new features. 支持 token 通过query params 传递方便 websocket 2022-11-14 11:11:48 +08:00
lbw
3a7a3efa7e ♻️ Refactoring code. 是使用 @RequestMapping Headers属性替代 代码中指定header 参数 2022-11-12 12:31:04 +08:00
lbw
60ead7edca ♻️ Refactoring code. close #I5ZZCF 日志模块除了登录请求其余任何请求mybatis自动填充的username都为anonymousUser 2022-11-08 18:05:28 +08:00
lbw
6d9713ec0e 🔖 Releasing / Version tags. 3.6.2 2022-11-07 12:53:49 +08:00
Lht
cd0207cf49 ⬆️ Upgrading dependencies. UP hutool 5.8.9 2022-10-29 17:00:12 +08:00
lbw
611c28d0e8 Introducing new features. closed #I5VYM9 PigAppUserDetailsServiceImpl的support grantType 2022-10-16 20:36:10 +08:00
lbw
9634f9f3b8 🔖 Releasing / Version tags. v3.6.1 2022-10-11 21:21:19 +08:00
lbw
5664529295 ⬆️ Upgrading dependencies. close #746 openapi 1.6.9 #746 2022-10-10 21:00:16 +08:00
lbw
15a852761a 🐛 Fixing a bug. close #I5UYRO 不提供令牌请求接口建议统一返回自定义异常码 424 2022-10-10 20:26:38 +08:00
lbw
5d0e38ab0d 💚 Fixing CI Build. 编译 NoneNull 失败 2022-10-10 15:48:55 +08:00
lbw
59afca39df Introducing new features. 增加 xss 过滤模块 2022-10-10 15:36:44 +08:00
lbw
297e056df9 Introducing new features. 增加 xss 过滤模块 2022-10-10 15:34:59 +08:00
lbw
c8fc4ebb33 🔖 Releasing / Version tags. v3.6 2022-10-05 10:12:45 +08:00
lbw
4aef60b0c4 ♻️ Refactoring code. token 过期异常通过i18n 格式化 2022-09-30 11:38:09 +08:00
lengleng
15c0949ea7 Introducing new features. 完善安全校验,注册、修改手机号 均需要手机号验证码 2022-09-23 23:53:21 +08:00
lengleng
8cfa9c75be 🐛 Fixing a bug. close #I5SPXE spring boot admin 没有日志 2022-09-23 22:48:15 +08:00
ipod
14285b2ffa
update pig-common/pig-common-bom/pom.xml.
Signed-off-by: ipod <10160846+ioy-op@user.noreply.gitee.com>
2022-09-20 13:03:54 +00:00
lbw
3aed0b7a08 🔖 Releasing / Version tags. 3.5.3 2022-09-19 08:29:50 +08:00
lbw
372ade15dc Merge branch 'dev' 2022-09-19 08:25:02 +08:00
lbw
37f94017ff ⬆️ Upgrading dependencies. seata 1.5.2 springbootadmin 2.7.5 2022-09-16 16:37:02 +08:00
lbw
ae5c5653a8 优化 数据库链接失败导致登录提示clientId 错误 2022-09-13 16:56:01 +08:00
lbw
7997cdb465 Merge branch 'dev' 2022-09-10 14:24:56 +08:00
lbw
ed5063d930 优化 close #I5Q36R 登录接口的Long型属性没有转为string给前端,导致精度丢失,其他接口JacksonConfiguration都生效了 2022-09-07 23:13:17 +08:00
lbw
52dc1d18bf 🐛 Fixing a bug. 兼容非 jdk 序列化方式支持定义Jackson 序列化 2022-09-07 19:29:25 +08:00
lbw
8c4543e3e0 🐛 Fixing a bug. close #I5Q2AB 导入excel接口,在该接口service层通过remoteOrganizationService.getOrgList(SecurityConstants.FROM)携带token方式访问其他接口报错超时 2022-09-07 18:49:04 +08:00
lbw
a19686de34 Merge branch 'dev' 2022-09-05 17:01:14 +08:00
lbw
659d2f3e74 Introducing new features. close #I5PN2E spring2.7不是都改为META-INF.spring模式了吗?日志模块为什么需要单独再用spring.factories? 2022-09-05 10:55:05 +08:00
ipod
aaeaad4770
up excel starter 1.2.5 close #I5PJYE
Signed-off-by: ipod <10160846+ioy-op@user.noreply.gitee.com>
2022-09-04 05:24:43 +00:00
qichen
0fb0231dc0
fix ...
Signed-off-by: qichen <celeenobug@163.com>
2022-08-29 15:31:32 +00:00
lbw
405e1e6ba2 Merge remote-tracking branch 'origin/master' 2022-08-29 14:45:16 +08:00
lbw
a8d1424483 Introducing new features. 记录请求耗时 2022-08-20 17:30:47 +08:00
lbw
893c64945a ⬆️ Upgrading dependencies. springboot 2.7.3 2022-08-19 09:46:02 +08:00
phper08
937ccf0417
修改注释,从“没有 get 方法”修改成“没有 set 方法”
修改注释,从“没有 get 方法”修改成“没有 set 方法”

Signed-off-by: phper08 <phper08@gmail.com>
2022-08-18 03:14:36 +00:00
lbw
5a7056c764 ♻️ Refactoring code. close #I5MV0V 在配置文件加上security.oauth2.ignore的配置,浏览器实时查看服务日志,对应的服务日志会看不了 2022-08-18 11:02:45 +08:00
lbw
45c4c9851e ⬆️ Upgrading dependencies. mysql 8.0.30 2022-08-16 14:47:15 +08:00
lbw
c952dc3a62 🔖 Releasing / Version tags. 3.5.2 2022-08-07 14:57:28 +08:00
lbw
a210d562f5 🎨 Improving structure / format of the code. 替换,字符 2022-08-07 14:50:12 +08:00
lbw
2a32326d80 Introducing new features. close #I5L3C4 Spring MVC 处理映射匹配修改为PathPatternParser 2022-08-07 14:41:50 +08:00
lbw
900ea24491 🎨 Improving structure / format of the code. 格式化代码 2022-07-27 14:57:11 +08:00
winkey
34dd11bb24 回调地址 scope支持多个 2022-07-27 10:20:15 +08:00
付绪壮
8c813d2080 ⬆️ up springboot 2.7.2 2022-07-21 22:12:18 +08:00
lbw
54166bc62b Merge remote-tracking branch 'origin/dev' into dev 2022-07-06 18:19:54 +08:00
lbw
39d75290f0 Introducing new features. 优化客户端模式 2022-07-06 18:19:42 +08:00
edgar
5012af36f5 update permitall ignoreUrls 增加default 2022-07-05 15:41:21 +08:00
lbw
ec9919a966 Introducing new features. 使用 RetOps 包装feign 调用 2022-06-28 12:52:46 +08:00
lbw
869841a8e4 ⬆️ Upgrading dependencies. close #I5DXMW #I5DVIF up springbootamin 2.7.0 up springboot 2.7.1 2022-06-24 13:27:06 +08:00
lbw
04bb7ed0b4 🐛 Fixing a bug. close #I5DXIE 错误的token 请求资源服务器 NPE 2022-06-24 12:35:35 +08:00
lbw
dcb61e1a63 Introducing new features. 用户校验接口重构 2022-06-20 11:19:57 +08:00
lbw
3d9e0be72f 🔖 Releasing / Version tags. 3.5.1 2022-06-20 09:58:34 +08:00
lbw
812a6016ed 优化。 优化SAS 客户端认证过程中的异常输出 2022-06-18 23:56:13 +08:00
徐晓伟
0cc4db1553 升级至 org.springframework.security:spring-security-oauth2-authorization-server:0.3.1,从该版本开始,支持 JDK 8
https://github.com/spring-projects/spring-authorization-server/releases/tag/0.3.1
2022-06-18 13:04:19 +08:00
gluoh
e9cc72e4ea
fix(security): Fix build registeredClient clientId bug 2022-06-10 03:10:18 +00:00
edgar
13fbfd301a 修改monitor security 配置方式 解决类过期问题 2022-06-08 11:03:54 +08:00
lbw
6cebdacdae 🐛 Fixing a bug. close #I5B4BX sas 短信登录参数错误 2022-06-07 17:02:42 +08:00
lbw
11aee6c827 🗃️ 执行数据库相关的变化 closed #I5B1C7 excel 1.2.4 2022-06-07 14:18:55 +08:00