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 |
|
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
|
1781ea5833
|
!350 当获取token参数grant_type不为password时,鉴权接口一直报‘用户不存在’错误
Merge pull request !350 from 贾同学/dev
|
2023-03-24 01:39:07 +00: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
|
7ccc2e808a
|
⬆️ Upgrading dependencies. up spring-cloud-alibaba 2021.0.5.0
|
2023-03-23 19:54:13 +08:00 |
|
jiakang
|
893ca00a0d
|
当获取token参数grant_type不为password时,鉴权接口一直报‘用户不存在’错误
|
2023-03-22 20:11:22 +08:00 |
|
zhao
|
e0a75abeb0
|
优化代码格式,删除无用空格
|
2023-03-21 09:00:36 +08:00 |
|
lbw
|
907eec1801
|
✨ Introducing new features.: support client_secret_header & client_secret_post
|
2023-03-17 16:44:49 +08:00 |
|
lbw
|
0126b6f0d4
|
📝 Writing docs. 整理SQL 注释
|
2023-03-15 10:29:40 +08:00 |
|
lbw
|
0283b588d8
|
⬆️ Upgrading dependencies. spring-boot-admin 2.7.10
|
2023-03-15 10:08:45 +08:00 |
|
lbw
|
b4a36f6a1b
|
🐛 Fixing a bug. close #I6L95T 日志管理无ip和客户端
|
2023-03-14 13:46:13 +08:00 |
|
lbw
|
33793be85e
|
!349 移除多余的 BeanUtils.copyProperties 调用
Merge pull request !349 from zerolinck/dev
|
2023-03-14 04:11:16 +00:00 |
|
Lht
|
d2dff1cf9f
|
⬆️ Upgrading dependencies. UP hutool 5.8.15
|
2023-03-10 18:20:35 +08:00 |
|
linck
|
b7d1f7eccf
|
移除多余的BeanUtils.copyProperties调用
|
2023-03-10 17:50:19 +08:00 |
|
lengleng
|
c1759fa199
|
!347 修改Controller类名,增加Sys前缀,与Service和Mapper类名规则保持一致
Merge pull request !347 from zerolinck/dev
|
2023-03-09 08:01:44 +00:00 |
|
linck
|
5a79ed742e
|
修改Controller类名,增加Sys前缀,与Service和Mapper类名规则保持一致
|
2023-03-09 12:25:08 +08:00 |
|
lbw
|
677f8e072a
|
♻️ Refactoring code. 重构retry 相关的逻辑
|
2023-03-09 11:49:21 +08:00 |
|
lengleng
|
5d183c2297
|
!346 修正注释
Merge pull request !346 from zerolinck/dev
|
2023-03-08 10:10:43 +00:00 |
|
linck
|
43a9089f0e
|
修正注释
|
2023-03-08 17:51:23 +08:00 |
|
Lht
|
02bcacfa53
|
⬆️ Upgrading dependencies. UP hutool 5.8.14
|
2023-03-07 20:22:31 +08:00 |
|
lbw
|
61c8e5f2de
|
!345 🐛 HashMap初始大小应该是2的指数,如:2、4、8、16 ...,默认达到75%时进行扩容,删除无用代码
Merge pull request !345 from 徐晓伟/dev-HashMap
|
2023-03-07 05:27:09 +00:00 |
|
徐晓伟
|
b7e6a670ce
|
🐛 HashMap初始大小应该是2的指数,如:2、4、8、16 ...,默认达到75%时进行扩容,删除无用代码
|
2023-03-07 09:14:31 +08:00 |
|
lbw
|
3485586c19
|
🔖 🔖 🔖 v3.6.6 引入 jasypt 3.x 注意更新 pig_config.sql
|
2023-03-04 23:10:38 +08:00 |
|
lbw
|
bf3a840dbf
|
🐛 Fixing a bug. close #I6IL1L 方法名命名单词问题 置顶
|
2023-03-04 23:07:13 +08:00 |
|
lbw
|
6dbabd2f1d
|
🐛 Fixing a bug. close #I6IL1L 方法名命名单词问题 置顶
|
2023-03-03 16:19:31 +08:00 |
|
lbw
|
e7564562ad
|
💥 请注意更新 nacos 配置文件SQL , support jasypt 3.0.5 close #I6ID53
|
2023-02-28 14:48:05 +08:00 |
|
lbw
|
ee8d11cc4b
|
!344 🆙 close #I6HOX7 up spring-cloud 2021.0.6
Merge pull request !344 from ipod/N/A
|
2023-02-28 06:42:32 +00:00 |
|
ipod
|
a4c3c24faf
|
🆙 close #I6HOX7 up spring-cloud 2021.0.6
Signed-off-by: ipod <10160846+ioy-op@user.noreply.gitee.com>
|
2023-02-28 06:39:25 +00:00 |
|
lbw
|
6816eac6aa
|
🎨 Improving structure / format of the code. spring-format
|
2023-02-24 13:13:46 +08:00 |
|
lbw
|
894091e854
|
!342 up spring boot 2.7 closed #I6HBI9
Merge pull request !342 from 杨向波/N/A
|
2023-02-24 05:06:35 +00:00 |
|
lbw
|
6a2c9869d4
|
!343 Spring Boot 2.7.9
Merge pull request !343 from twelvet/N/A
|
2023-02-24 05:06:22 +00:00 |
|
twelvet
|
dcbfdec9f0
|
Spring Boot 2.7.9
Signed-off-by: twelvet <2471835953@qq.com>
|
2023-02-24 03:52:04 +00: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 |
|
lbw
|
1530aa50fe
|
!340 ⬆️ 升级 spring-javaformat 0.0.38
Merge pull request !340 from 徐晓伟/dev
|
2023-02-23 07:56:51 +00:00 |
|
徐晓伟
|
b6163ae2eb
|
⬆️ 升级 spring-javaformat 0.0.38
|
2023-02-23 15:48:20 +08:00 |
|
lbw
|
5b59b0d537
|
!339 🔥 冗余扩展重新,默认就能满足实现
Merge pull request !339 from lbw/fix-jumuning
|
2023-02-23 06:57:10 +00:00 |
|
jumuning
|
6c1c772b8a
|
冗余扩展重新,默认就能满足实现
|
2023-02-23 14:40:27 +08:00 |
|
aeizzz
|
e5a68f20ff
|
!338 冗余标点符号
Merge pull request !338 from aeizzz/fix-jumuning
|
2023-02-23 03:10:19 +00:00 |
|
jumuning
|
fc34c7b466
|
冗余标点符号
|
2023-02-23 11:05:08 +08:00 |
|
lbw
|
e2eec9eb2f
|
!337 ⬆️ 升级 spring-authorization-server 到 0.4.1
Merge pull request !337 from 徐晓伟/dev-spring-authorization-server-0.4.1
|
2023-02-22 02:23:12 +00:00 |
|
徐晓伟
|
68ad6dffa9
|
⬆️ 升级 spring-authorization-server 到 0.4.1
|
2023-02-22 10:19:44 +08:00 |
|
lbw
|
fd7be54d84
|
⬆️ Upgrading dependencies. maven 3.9.0 编译失败
|
2023-02-21 10:04:48 +08:00 |
|
lbw
|
c15dc143fb
|
⬆️ Upgrading dependencies. hutool 5.8.12
|
2023-02-16 12:12:54 +08:00 |
|