Commit Graph

580 Commits

Author SHA1 Message Date
lbw
8629af2755 Introducing new features. close #I4O79L 使用 caffeine 替代 Spring Cloud LoadBalancer默认缓存实现提升性能 2021-12-27 14:57:41 +08:00
lbw
f9b507edef 🔒 Fixing security issues. close #I4O62Y 关闭swagger时,swagger页面404但是/admin/v2/api-docs仍能获取到信息 2021-12-27 11:31:52 +08:00
lbw
d67bbef762 Introducing new features. close #I4O5VT oss-spring-boot-starter 更新支持自定义contextType 2021-12-27 10:21:34 +08:00
lbw
50922b1add 🔒 Fixing security issues. close #I4LO9C 日志分页查询 desc asc 字段入参查询存在 SQL 注入 2021-12-26 20:20:12 +08:00
lbw
c6912e38de 🔥 Removing code or files. 删除 PigAccessDeniedHandler.java 2021-12-25 20:45:28 +08:00
lbw
2f0cbaed38 🔥 Removing code or files. 删除 PigAccessDeniedHandler.java 2021-12-25 20:25:50 +08:00
lishangbu
369d178b4a ⬆️ Upgrading dependencies.close #I4NW1Q,#I4O1J3 升级log4j版本 2021-12-24 22:26:46 +08:00
lishangbu
7580baafef 💥 Introducing breaking changes.使用mybatis plus的雪花算法主键策略作为默认策略 2021-12-24 20:26:25 +08:00
lbw
289d5c1595 Introducing new features. close #I4NSH1 内置短信下发能力,方便短信登录使用 2021-12-23 15:27:34 +08:00
lishangbu
c25fec0384 ⬆️ Upgrading dependencies.upgrade to spring boot 2.6.2,close #I4NKMS 2021-12-22 23:08:55 +08:00
lbw
748c23e93f Introducing new features. close #I4NBV5 【用户多表存储】支持多用户体系设置 2021-12-21 21:02:09 +08:00
lbw
77f2f139c4 Introducing new features. spi feign 处理 2021-12-04 13:40:38 +08:00
lbw
d70b1a65da Introducing new features. 兼容适配 spring cloud 2021 2021-12-04 08:04:27 +08:00
jgp
ca6fd4871a ♻️ 修正AbstractAuthenticationFailureEventHandler类名 2021-11-23 01:19:06 +08:00
weieast1314
7537ce3fca 优化, close #I4IVAD 替换代码中(除README.md、issue.yml外)的pigx为pig,使包名diy服务更彻底 2021-11-18 21:40:05 +08:00
lengleng
b3b6bb6fa7 🔖 Releasing / Version tags. v3.4.1 2021-11-15 12:30:55 +08:00
MicLng
c2b9533166 🔇 删除驱动字段,高版本自动SPI 注入 2021-11-10 16:44:39 +08:00
MicLng
dc374b8709 🐛 Fixing a bug. close #I4HP7C 令牌管理 >> 数据为空 2021-11-10 16:42:19 +08:00
Hacker
9c915912fd update RedisTemplateConfiguration.java. 2021-10-29 05:48:50 +00:00
lishangbu
a5b6721715 Reverting changes.移除重复建设的git 提交信息查看,有对应需求的建议通过management.info.git.mode=full在/actuator/info端点查看完整信息 2021-10-26 19:14:36 +08:00
lishangbu
f87eddd57e 🐛 Fixing a bug. 修复一些git仓库状态端点可能存在的一些潜在的问题,向下兼容git-commit-id-maven-plugin 4.x 版本 2021-10-26 18:02:18 +08:00
lishangbu
0a3bf68b9d Introducing new features. 基于git-commit-id-maven-plugin暴露git仓库状态端点 2021-10-23 09:58:18 +08:00
MicLng
6921c92b9f 🐛 Fixing a bug. close #I4EOJY Jdk8 编译失败 2021-10-20 20:52:45 +08:00
MicLng
3ce61d2f7a 🔖 Releasing / Version tags. 3.4.0
🔖 Releasing / Version tags. 3.4.0
2021-10-19 13:53:11 +08:00
MicLng
14eb346f1c feat(pig-common-datasource): 修复写死为MySQL驱动的问题
1.此处存在疑问,一般情况下的设置,都是需要写driver class name的,完全不需要写死成MySQL
2021-10-18 09:51:52 +08:00
MicLng
5d14faa40a ♻️ Refactoring code. 复写Mybatis-Plus的分页插件,处理size=-1时查询全表问题 2021-10-18 09:47:04 +08:00
MicLng
385f03dbea Merge remote-tracking branch 'origin/dev' into dev 2021-10-11 23:12:34 +08:00
MicLng
c6e0ae50c9 🐛 Fixing a bug. close #I4DENS 开放平台退出报错 健壮性处理 2021-10-11 23:12:29 +08:00
lengleng
9c7f8bf15b !166 复写Mybatis-Plus的分页插件,处理size=-1时查询全表问题
Merge pull request !166 from 茗记/master
2021-10-11 07:50:10 +00:00
SEVEN_ME
ba2db2e2d8 修复分页参数size<0时全表查询的问题 2021-10-11 15:46:20 +08:00
SEVEN_ME
163eb86e9d 修复分页参数size<0时全表查询的问题 2021-10-11 13:52:24 +08:00
huyuanxin
f44846ac64 feat(pig-common-datasource): 修复写死为MySQL驱动的问题
1.此处存在疑问,一般情况下的设置,都是需要写driver class name的,完全不需要写死成MySQL
2021-10-08 19:41:55 +08:00
huyuanxin
ba9128f531 feat(pig-common-datasource): 增加多数据源驱动设置 2021-10-08 19:22:05 +08:00
YLC8E
db55e7e2a3 🔥 Removing code or files. 删除无用 pom 引入 2021-10-03 20:19:58 +08:00
jiojio
eaf5c17b73 🔖 Releasing / Version tags. v3.3.5 2021-10-01 13:45:36 +08:00
jiojio
2fead0dce8 Introducing new features. closed #I4C55T 2021-09-27 18:04:54 +08:00
jiojio
3bc9d64a05 Introducing new features. 手机号登录 2021-09-23 21:26:51 +08:00
jiojio
3ba4ec9d7d ⬆️ Upgrading dependencies. support JDK 17 2021-09-23 21:16:14 +08:00
jiojio
372f8c3b4b 🔥 暂时移除数据权限部分 2021-09-23 20:15:52 +08:00
jiojio
85a2c3c209 Merge branch '17' into dev 2021-09-23 18:41:58 +08:00
jiojio
ba823b5ed1 Introducing new features. oauth2.0 验证码登录 2021-09-16 13:53:37 +08:00
云彩ing
72c4b68279 java 17 2021-09-16 10:15:15 +08:00
Hzq
fb763f1cfc 手机号码登录 不在网关检验验证码 2021-09-15 15:41:07 +08:00
Hzq
a3d6182c18 自定义认证 2021-09-15 00:18:09 +08:00
云彩ing
7fd0b46b4a 🐳 remove layer image
🐳 remove layer image
2021-09-12 23:18:30 +08:00
Hccake
e6eccedead ⬆️ 版本升级 v3.3.4 2021-09-12 00:08:45 +08:00
Hccake
c4a9084793 Merge branch 'dev' of https://github.com/pig-mesh/pig into dev
 Conflicts:
	pig-common/pig-common-bom/pom.xml
2021-09-12 00:03:10 +08:00
Hccake
637983ecf9 添加 sys_user 表的 DataScope 控制 2021-09-12 00:00:31 +08:00
Hccake
32a1ad6158 登录时用户的数据权限填充 2021-09-11 21:14:20 +08:00
wjie
3071371e28 Introducing new features. closed #I470I7 文件管理 2021-09-11 14:30:16 +08:00
wjie
4a47c492ad 🍎 Fixing something on macOS. M1 ,nacos support zulu M1 2021-09-11 13:42:11 +08:00
Hccake
e3a9995af4 移植 ballcat 的数据权限到 pig 2021-09-05 15:06:06 +08:00
wjie
40ea99f8a0 🎨 Improving structure / format of the code. 代码格式化强迫症 2021-08-27 15:45:38 +08:00
Hacker
689d7394e2 time formatter such as '10:15' or '10:15:30'.
The ISO time formatter that formats or parses a time without an offset, such as '10:15' or '10:15:30'.
2021-08-27 03:51:28 +00:00
wjie
2fcee0ff80 🐛 Fixing a bug. closed #I47AHI Java 8 date/time type java.time.Instant not supported by default 2021-08-26 21:41:13 +08:00
wjie
2d2eb1f6fc 💚 Fixing CI Build. 修复 github action 代码格式校验错误 2021-08-26 14:22:43 +08:00
wjie
bb8f51e3e7 🔖 🔖 🔖 v3.3.3 多模块 bom 管理 2021-08-26 14:14:22 +08:00
wjie
1ef1c7b1e2 🔖 🔖 🔖 v3.3.2 极简 excel 导入导出方案 2021-08-24 17:50:03 +08:00
wjie
2ced4bfcce 🔖 🔖 🔖 v3.3.1 极简 excel 导入导出方案 2021-08-24 17:00:56 +08:00
wjie
90f2d509bc ♻️ Refactoring code. 完善代码生成,elemenet 风格生成细节处理 2021-08-11 18:41:34 +08:00
wjie
435eae5ad0 ♻️ Refactoring code. #I44W82 token失效后 处理后pig-auth 项目未捕获到失效错误json提示 前台返回的还是500错误 无法获取到失效提示json 跳转登录页 2021-08-11 13:35:19 +08:00
wjie
4b97369107 🔖 Releasing / Version tags. v3.3.0 closed #I44WHY 2021-08-11 11:37:43 +08:00
wjie
80e1b9f610 🐛 Fixing a bug. closed #I44U16 token失效后 没有json错误返回 而是报500 2021-08-11 09:39:28 +08:00
wjie
21a66a54e5 Introducing new features. closed #I44EYC 使用mybatis-plus 的自动填充策略重构 审计字段 2021-08-09 22:24:13 +08:00
wjie
1c8a41506b Introducing new features. closed #I44EYC 使用mybatis-plus 的自动填充策略重构 审计字段 2021-08-09 15:51:37 +08:00
wjie
f8e70d4e9f Introducing new features. closed #I4313X 【新功能】Swagger-ui 添加账号密码 2021-08-08 21:10:32 +08:00
lbw
6b7137968d 🔖 Releasing / Version tags. v3.2.3 2021-08-01 14:39:41 +08:00
lbw
3070c084a3 🎨 Improving structure / format of the code. 格式化代码符合工程规范 2021-07-13 18:23:35 +08:00
Hacker
95d1dce4be update pig-common/pig-common-log/src/main/java/com/pig4cloud/pig/common/log/util/SysLogUtils.java. 2021-07-13 07:55:53 +00:00
lbw
733d91c577 🔖 Releasing / Version tags. v3.2.2 2021-07-11 14:47:10 +08:00
lishangbu
f695626161 ♻️ Refactoring code.包装check_token端点校验失败后的InvalidTokenException为自定义的401 UnauthorizedException异常 2021-07-07 09:05:33 +08:00
lbw
9caa82e34e 💚 Fixing CI Build. 格式化代码 2021-07-04 14:34:05 +08:00
wangbin3
b0c465749b add equipment parameter 2021-06-29 19:58:54 +08:00
lbw
3b502498c2 !120 在操作日志中记录用户登录成功&退出日志
Merge pull request !120 from zhangran/master
2021-06-28 02:21:54 +00:00
zhangran
5e7ce4a492 在操作日志中记录用户登录成功&退出日志 2021-06-23 10:31:46 +08:00
lbw
e39355c3da 🐛 fix #I3VH9H PigUserDetailsServiceImpl.loadUserByUsername中无法使用WebUtils.getClientId 2021-06-17 17:47:41 +08:00
小锅盖
b5c4662bb8 feat(dynamic-datasource): dynamic-datasource new version resolve this problem 2021-06-17 11:13:10 +08:00
lbw
7bf334c90f 🔖 🔖 🔖 v3.2.1 support spring cloud 2020.0.3 2021-05-29 12:47:34 +08:00
如梦技术
c1fc58bade pig-common-security Code optimization remove @ComponentScan. 2021-05-28 17:20:44 +08:00
如梦技术
dc4700a13c pig-common-core Code optimization. 2021-05-28 16:41:45 +08:00
lbw
cfe15ca512 🔖 🔖 🔖 v3.2.0 support spring boot 2.5 2021-05-21 12:20:26 +08:00
lbw
7db288afc1 🔖 🔖 🔖 v3.2.0 support spring boot 2.5
🔖 🔖 🔖 v3.2.0 support spring boot 2.5

🔖 🔖 🔖 v3.2.0 support spring boot 2.5
2021-05-21 11:49:44 +08:00
如梦技术
477addd483 pig-common-swagger Code optimization, support servlet, webflux, gateway at the same time 2021-05-19 17:46:52 +08:00
如梦技术
dada9fe9dc Restore the color after the banner end 2021-05-19 17:27:50 +08:00
如梦技术
0705519daf mvn spring-javaformat:apply 2021-05-18 17:42:53 +08:00
如梦技术
96f3276b24 Code optimization. 2021-05-18 17:20:33 +08:00
如梦技术
84f5e6ee37 🐛 Fixing ApplicationLoggerInitializer use EnvironmentPostProcessor. 2021-05-18 17:10:54 +08:00
如梦技术
cd449d2f37 Use @Configuration(proxyBeanMethods = false) 2021-05-18 17:02:22 +08:00
如梦技术
cc1253fa74 pig-common-job Remove class scanning 2021-05-18 10:48:56 +08:00
lbw
7def0d11b2 @EnablePigXxlJob 2021-05-08 16:36:29 +08:00
lbw
cc77466d2e ⬆️ spring security oauth 2.5.1.RELEASE 2021-05-06 09:55:21 +08:00
lbw
933f2ecea1 ⬆️ nacos 2.0.1 2021-05-02 10:49:36 +08:00
lbw
7e503dbfa7 🔖 Releasing / Version tags. 3.1.3.M1 2021-04-26 14:06:52 +08:00
lbw
2beb598ec0 🔖 Releasing / Version tags. v3.1.2 2021-04-22 09:06:24 +08:00
lbw
69e9c9db76 👷 Adding CI build system. 格式化代码 2021-04-16 11:47:36 +08:00
lbw
c195088233 Introducing new features. 适配动态数据源 3.3.x 2021-04-12 20:27:57 +08:00
lengleng
1ddf971c86 🔖 🔖 🔖 Releasing / Version tags. v3.1.1 2021-04-12 14:53:30 +08:00
lengleng
e071729aa8 Introducing new features. closed #3I8LQ 【swagger /knife4j】 支持统一开关屏蔽调用页面 2021-04-12 13:15:26 +08:00
王炳清
a7cebcbb50 修复@Inner注解在类上拦截无效的bug 2021-03-23 13:53:39 +08:00
lengleng
54b5534d74 🔖 Releasing / Version tags. 3.1.0 2021-03-22 15:45:56 +08:00
lengleng
4c5e337baa 🔖 Releasing / Version tags. 3.1.0 2021-03-21 15:28:15 +08:00
lengleng
c07c79e09f ⬆️ Upgrading dependencies. nacos 2.0.0 2021-03-21 15:07:42 +08:00
lengleng
6d7f12e018 🔖 Releasing / Version tags. 3.0.5 2021-02-19 20:55:18 +08:00
lengleng
50d1834352 ⬆️ Upgrading dependencies. xxl-job 2.3.0 closed #I37WUG 2021-02-14 20:18:50 +08:00
lbw
bb6b4837e4 🔖 🔖 🔖 v3.0.4 spring cloud 2020.0.1 重构 archetype 2021-01-30 23:26:04 +08:00
lbw
51c19b49fe 🔖 🔖 🔖 v3.0.4 spring cloud 2020.0.1 重构 archetype 2021-01-30 16:28:02 +08:00
lbw
483966c609 🎉 🎉 🎉 v3.0.3 spring cloud 2.2.4 & spring boot 2.4.2 2021-01-16 12:08:40 +08:00
lbw
c47147bbf8 🔖 Releasing / Version tags. 3.0.2 fix parent 错误版本号 2021-01-07 12:54:59 +08:00
lengleng
28da77cb4a 🔖 Releasing / Version tags. 3.0.1
🔖 Releasing / Version tags. 3.0.1
2021-01-07 10:41:04 +08:00
lishangbu
a364c057f9 ♻️ Refactoring code.优化配置类 2021-01-01 10:59:13 +08:00
lishangbu
6ad2447333 ♻️ Refactoring code.增加业务校验异常的全局统一处理 2020-12-29 00:08:54 +08:00
lishangbu
758e1271d8 Removing a dependency.移除老版spring security内容,新版Spring Security 包移动至spring-cloud-commons下,见官方PR:https://github.com/spring-cloud/spring-cloud-commons/pull/870/files 2020-12-25 15:34:00 +08:00
lengleng
295d571d34 🎉 🎉 🎉 3.0 support spring cloud 2020 2020-12-23 13:31:10 +08:00
lengleng
d7ce51e0b1 🔖 Releasing / Version tags. 3.0.0.RC1 support spring cloud 2020
🔖 Releasing / Version tags. 3.0.0.RC1 support spring cloud 2020

aa
2020-12-23 12:23:13 +08:00
lengleng
57860066b2 ⬆️ Upgrading dependencies. spring cloud 2020 2020-12-23 10:34:55 +08:00
lengleng
1634cca54e ⬆️ Upgrading dependencies. spring cloud 2020.RC1 2020-12-19 17:17:14 +08:00
lengleng
8077daab0a 🔖 Releasing / Version tags. 2.10.4-SNAPSHOT 2020-12-17 16:05:02 +08:00
小七
dd30052b73 Introducing new features. spring cloud 2020 2020-12-04 14:16:34 +08:00
lbw
0c7a679bfa 🔖 Releasing / Version tags. 2.10.3 down nacos version 2020-11-26 12:15:21 +08:00
yang
0588c4a707 修改xxl-job服务器地址设置setAddress改为setAdminAddresses 2020-11-21 22:57:26 +08:00
jovlog
878aac7abc 🐛 Fixing a bug. #I25JZN 代码生成中的预览、下载出错 2020-11-16 17:24:59 +08:00
阿亮
21ceb75c1e 🔖 Releasing / Version tags. 2.10.2 2020-11-15 17:08:21 +08:00
lengleng
612ffd4a9a Introducing new features. xxl-job 客户端支持基于服务注册发现的自动化配置 xxl-job-admin https://gitee.com/log4j/pig/issues/I24HWM 2020-11-15 15:27:37 +08:00
lifenow
2f35983fa1 ⬆️ Upgrading dependencies. 升级 mybatis-plus 3.4.1 支持插件主体配置设置 https://gitee.com/log4j/pig/issues/I24QAB 2020-11-11 14:36:25 +08:00
lifenow
4c44a7052b ⬆️ Upgrading dependencies. nacos 1.4.0 https://gitee.com/log4j/pig/issues/I249CF 2020-11-10 21:21:11 +08:00
pig777
7f1f31c203 🔖 Releasing / Version tags. 2.10.1 support spring boot 2.3.5 2020-11-01 16:28:45 +08:00
冰星
dfcabf5621 🐛 Fixing a bug. closed #I1Y1PH 排序参数丢失 https://gitee.com/log4j/pig/issues/I1Y1PH 2020-10-12 22:18:16 +08:00
NUGRUI
611ef5c80b Introducing new features. https://gitee.com/log4j/pig/issues/I1XGG7 优化 SSO 退出功能,支持自动重定向和参数重定向 2020-10-06 14:31:07 +08:00
let-go
4af0b1aa89 🐳 Work about Docker. 优化分层镜像的 Base FROM 镜像
🔖 🔖 🔖 Releasing / Version tags. 2.10.0

 Introducing new features. support docker layer image
2020-10-04 16:04:16 +08:00
lengleng
f213de9143 ♻️ Refactoring code. up swagger 3.0 重构 common-swagger 模块 2020-10-04 14:19:54 +08:00
冷冷
1f53e42be8 Introducing new features. spring security oauth2.0 单元测试封装 2020-09-24 14:08:20 +08:00
sxp
9af2b1d38b 🔖 Releasing / Version tags. 2.9.1 spring boot 2.3.4 & sca 2.2.3 2020-09-19 14:46:02 +08:00
vvvvvv
3548ab8154 Introducing new features. https://gitee.com/log4j/pig/issues/I1VO56 内置 xxl-job-admin 模块 方便使用 2020-09-18 14:53:47 +08:00
ahantx
030950590f 🔖 Releasing / Version tags. 2.9.1-snapshot 2020-09-18 11:52:58 +08:00
Don
6fca049e8c Reverting RedisTokenStore #I1PYDZ 2020-09-17 10:02:47 +08:00
lbwNB
8413ca6278 Introducing new features. support xxl-job and auto set appname 2020-09-16 14:07:40 +08:00
lishangbu
f527555f82 🎉 🎉 🎉 v2.9.0 | wiki.pig4cloud.com 2020-09-16 10:50:49 +08:00
lishangbu
9a524b3e8a Merge branch 'dev' of https://gitee.com/log4j/pig into dev
 Conflicts:
	README.md
	README.zh.md
	docker-compose.yml
	pom.xml
2020-09-16 10:48:48 +08:00
DevOps
8b63d97844 🎉 🎉 🎉 v2.9.0 | wiki.pig4cloud.com
🎉 🎉 🎉 v2.9.0 | wiki.pig4cloud.com
2020-09-14 21:42:00 +08:00
lishangbu
e4cba84e10 Introducing new features. 支持分布式调度,基于xxl-job 2020-09-14 21:30:33 +08:00
如梦技术
12f44d017a 调整 mmp page asc、desc 字段清理规则. 2020-08-28 09:27:32 +08:00
冷冷
5752b0e7f2 ♻️ Refactoring code. @Cleanup replace try resource 2020-08-03 21:18:25 +08:00
cj
bc1ffd321c fix: 确保RedisConnection总是关闭 2020-08-03 18:44:26 +08:00
冷冷
f98008cce0 Introducing new features. 令牌管理支持根据用户名检索 closed #I1PYDZ 2020-08-03 13:27:29 +08:00
冷冷
4151ea5e4b ♻️ Refactoring code. 错误日志记录到数据库 2020-07-30 16:12:23 +08:00
冷冷
9efd551e4d 🔖 Releasing / Version tags. 2.8.1 2020-07-29 14:19:32 +08:00
冷冷
6b36006685 Introducing new features. closed #I1P8ZX 验证码调整为EasyCaptcha 2020-07-29 11:56:00 +08:00
冷冷
38802bfdf5 🔖 Releasing / Version tags. 2.8.1 2020-07-26 23:11:18 +08:00
Lianxw
b85bc1bd2f fix: 潜在的空指针异常
这里的cache存在潜在的空指针异常
2020-07-14 15:47:42 +08:00
pig666
a060f8d7b8 🔖 Releasing / Version tags. 2.8 2020-06-23 17:40:26 +08:00
东哥兄弟
992f66594e Introducing new features. JacksonConfiguration add condition 2020-06-23 09:48:49 +08:00
lengleng
2ba85bce83 🔖 Releasing / Version tags. 2.8.0 2020-06-22 22:14:42 +08:00
gokje
1ab67c54af Introducing new features. closed #I1KVNG GET请求支持时间字符串到JAVA8对象的自动转换 2020-06-17 11:50:24 +08:00
lengleng
88a612ed7c 🎨 改进结构和代码格式. spring java format 2020-06-14 18:35:38 +08:00
lengleng
9cbdaceed3 🐛 Fixing a bug. closed #I1KGX4 全局异常处理 Exception 包装返回异常问题 2020-06-14 17:34:24 +08:00
lengleng
6868be2418 Introducing new features. closed I1JX9T Inner 注解不支持 Class 级别 2020-06-14 17:32:59 +08:00
lengleng
6f904f8649 Introducing new features. 支持 sentinel 2020-06-11 16:52:05 +08:00
lengleng
8df9e65e2a 🔖 Releasing / Version tags. 2.7.8.snapshot 2020-06-06 19:32:22 +08:00
lengleng
849a083d46 🔖 Releasing / Version tags. 2.7.6 support hoxton.sr5 2020-06-02 14:23:22 +08:00
pig666
5477ad173d 🔒 v2.7.5. 紧急修复 fastjson 安全问题 2020-06-01 12:15:33 +08:00
chenjun
98a382c2b2 close #I1I5BZ 2020-05-26 11:11:28 +08:00
lengleng
83605f5460 🔖 Releasing / Version tags. 2.7.4 2020-05-20 15:26:25 +08:00
lengleng
046d82ef5a ⬆️ Upgrading dependencies. #I1HE98 up spring boot 2.3.0 2020-05-17 11:16:54 +08:00
torvalds
7860d648ab ♻️ Refactoring code. #I1H9V8 继承原有BearerTokenExtractor 【优化】 接口对外暴露,不校验 Authentication Header 头 2020-05-15 16:28:04 +08:00
torvalds
c29b9ede93 Merge branch 'dev' of https://gitee.com/log4j/pig into dev 2020-05-15 15:48:37 +08:00
cqyisbug
40afdfec1b 接口对外暴露,不校验 Authentication Header 头 2020-05-15 15:27:19 +08:00
cqyisbug
8852a21185 接口对外暴露,不校验 Authentication Header 头 2020-05-15 15:26:53 +08:00
torvalds
a60af90bc8 ♻️ Refactoring code. 替换代码过期方法 2020-05-14 23:47:31 +08:00
smallwei
1a0ee4ee94 ⬆️ Upgrading dependencies. spring boot admin 2.2.3 2020-05-14 10:46:06 +08:00
NAVER
bea8d4e62b Merge remote-tracking branch 'origin/dev' into dev 2020-05-13 22:54:23 +08:00
NAVER
809a91a0fc 🐛 Fixing a bug. #I1GTO8 接口没有权限提示不够友好 bug 2020-05-13 22:54:10 +08:00
卓广飞
3162c7325c 🐛 fix a bug #I1H24Z 统一登录错误信息乱码 2020-05-13 16:15:56 +08:00
lishangbu
3e71bf24b0 ♻️ Refactoring code.全参数构造器(AllArgsConstructor)更换为常量参数构造器(RequiredArgsConstructor) 2020-05-13 13:09:40 +08:00
冷冷
7f2e4750b8 🔖 Releasing / Version tags. 2.7.3 up spring boot 2020-05-11 21:57:44 +08:00
Administrator
80dfe8efa9 validation Exception :全局异常处理
当后台用对象(非@response)接收参数时,抛出BindException,该异常被bodyValidExceptionHandler方法拦截处理时无法识别改方法的参数(MethodArgumentNotValidException)
2020-04-18 13:26:55 +08:00
冷冷
b5dcbc68e7 🔖 Releasing / Version tags. 2.7.2 2020-04-12 12:26:22 +08:00
冷冷
e151016525 🔖 Releasing / Version tags. 2.7.1 2020-03-30 22:13:53 +08:00
冷冷
7886538119 🐛 Fixing a bug. PigSecurityInnerAspect 注入错误 2020-03-18 12:20:50 +08:00
pig4cloud.com
c7cbee83d7 !38 【轻量级 PR】:🐛 Fixing a bug. #19KSF PigSecurityInnerAspect 扫描失败, auth @Inner 无法使用
Merge pull request !38 from 华立/N/A
2020-03-17 22:53:03 +08:00
华立
acb8abf5fc 🐛 Fixing a bug. #19KSF PigSecurityInnerAspect 扫描失败, auth @Inner 无法使用 2020-03-17 22:51:17 +08:00
华立
e560fbc279 🐛 Fixing a bug. #19KSF PigSecurityInnerAspect 扫描失败, auth @Inner 无法使用 2020-03-17 22:50:07 +08:00
冷冷
d8396db61f Introducing new features. add module pig-common-mybatis 2020-03-14 21:45:13 +08:00
冷冷
bfa8cebc06 Introducing new features. add module pig-common-mybatis 2020-03-14 21:44:51 +08:00
冷冷
b8c76e9003 Introducing new features. add module pig-common-mybatis 2020-03-14 21:44:36 +08:00
冷冷
4ed31d354e ♻️ Refactoring code. 代码生成支持动态数据源维护 2020-03-14 17:57:46 +08:00
冷冷
f0c530ee87 🔖 Releasing / Version tags. 2.7.0
🔖 Releasing / Version tags. 2.7.0
2020-03-14 16:33:53 +08:00
冷冷
64b5cd7340 🔖 Releasing / Version tags. 2.6.5 2020-02-29 14:07:09 +08:00
冷冷
1cb2e34f0f 🔖 🔖 🔖 v2.6.4 2020-02-11 16:36:03 +08:00
冷冷
b8a4543b8e 🔖 Releasing / Version tags. 2.6.3 support sso 2020-01-13 19:56:35 +08:00
冷冷
3b124cee31 🔖 Releasing / Version tags. 2.6.2 2020-01-01 19:15:23 +08:00
冷冷
604b6ee928 🔖 2.6.1. up spring boot 2.2.2 & spring boot admin 2.2 & mybatisplus 3.3 2019-12-08 21:11:50 +08:00
冷冷
23ae86549f 🎉 Hoxton.RELEASE、Nacos Server
🎉 Hoxton.RELEASE、Nacos Server

🎉 Hoxton.RELEASE、Nacos Server

🎉 Hoxton.RELEASE、Nacos Server

🎉 Hoxton.RELEASE、Nacos Server

🎉 Hoxton.RELEASE、Nacos Server

🎉 Hoxton.RELEASE、Nacos Server
2019-11-29 20:07:54 +08:00
冷冷
e962abf5a5 🔖 2.6.0 spring cloud hoxton
🔖 2.6.0 spring cloud hoxton
2019-11-28 14:05:31 +08:00
冷冷
6515f86c48 Introducing new features. gateway swagger + doc view 2019-11-28 08:20:49 +08:00
冷冷
fb60b8d000 refactor: 重构部分代码,修改过期类引用
Closes #I14NWH
2019-11-09 10:46:46 +08:00
冷冷
6441ad26b4 🔖 2.5.1. upload spring boot 2.2.1 fix #I14MHG 2019-11-07 14:15:09 +08:00
冷冷
e9dcaa4c2e 🔖 2.5.0. Spring Cloud Hoxton、Spring Boot 2.2 2019-11-05 17:20:38 +08:00
冷冷
8ccfbde528 🔖 Version 2.4.4 2019-10-26 13:54:30 +08:00
冷冷
425ab02786 feat: 全局异常处理器GlobalExceptionHandlerResolver无法获取到demo微服务的异常文本信息
pigx全局异常处理器GlobalExceptionHandlerResolver能捕捉到自定义异常ValidateCodeException,但是e.getMessage()无法获取到文本信息;

Closes #I140L5
2019-10-26 13:50:38 +08:00
冷冷
ba69816736 🔖 🔖 🔖 2.4.3 升级核心依赖至最新稳定版本 2019-10-05 06:34:23 +08:00
lishangbu
cb5453cd53 🔖 Releasing / Version tags.Releasing 2.4.2 dependencies upgrade version 2019-09-17 17:06:58 +08:00
lishangbu
2b2a4f9a24 ♻️ Refactoring code.optimize jackson dependencies 2019-09-16 18:55:24 +08:00
冷冷
16e25021b3 🔖 Releasing 2.4.1 bug fix version 2019-08-29 18:24:34 +08:00
冷冷
928873dbc5 🔖 🔖 🔖 Releasing / Version tags. 2.4.0 调整pig-ui 前端底层依赖 element 、avue 版本 大版本升级 2019-08-23 19:53:41 +08:00
冷冷
57e06e03d0 Merge branch 'master' into dev
# Conflicts:
#	pig-auth/pom.xml
#	pig-common/pig-common-core/pom.xml
#	pig-common/pig-common-log/pom.xml
#	pig-common/pig-common-security/pom.xml
#	pig-common/pom.xml
#	pig-config/pom.xml
#	pig-eureka/pom.xml
#	pig-gateway/pom.xml
#	pig-upms/pig-upms-api/pom.xml
#	pig-upms/pig-upms-biz/pom.xml
#	pig-upms/pom.xml
#	pig-visual/pig-codegen/pom.xml
#	pig-visual/pig-monitor/pom.xml
#	pig-visual/pig-zipkin/pom.xml
#	pig-visual/pom.xml
#	pom.xml
2019-08-23 19:41:06 +08:00
冷冷
131acb4a54 🔖 🔖 🔖 Releasing / Version tags. 2.3.2 up spring boot version 2019-08-08 11:32:23 +08:00
lishangbu
561d464456 ♻️ Refactoring code.refactor R 2019-07-17 22:25:09 +08:00
冷冷
39d996de1e 🔖 Releasing / Version tags. 🔖 Releasing / Version tags. 🔖 Releasing / Version tags. 2.3.2-snapshot 2019-07-11 15:53:08 +08:00
冷冷
d3c9098782 🔒 修复安全问题。 更新SQL过滤器,和新版mybatis plus orderitem 保持一致 2019-07-11 15:50:04 +08:00
冷冷
033f76038c 🐛 Fixing a bug. oauth server 用户ID没有注入,securityutils 不能获取 2019-07-11 15:49:29 +08:00
冷冷
379a60d630 Merge remote-tracking branch 'origin/master' 2019-07-09 11:09:12 +08:00
冷冷
51f95c7d8c 🔖 Releasing / Version tags. 2.3.1 更新至最新Spring Boot/Cloud GA版本,完善看云文档 2019-07-09 10:53:56 +08:00
冷冷
4227c237bf 2.3.0 发布 2019-06-25 20:37:05 +08:00
冷冷
1931ad4fe0 🔖 Releasing / Version tags. 2.3.0 你没玩过的全新版本 2019-06-25 12:06:07 +08:00
冷冷
38e0695083 🔒 修复安全问题 fix #IYBLJ Page作为入参的sql注入问题 2019-06-25 12:02:44 +08:00
冷冷
e7ef26dfbe 🔖 Releasing / Version tags. 2.2.2 2019-05-16 12:37:42 +08:00
冷冷
999c215608 🔖 Releasing / Version tags. 2.2.1 access denied bug fix 2019-04-22 09:47:54 +08:00
冷冷
a8dfb8a0fd 🔖 Releasing / Version tags. V2.2.0 2019-04-02 21:44:49 +08:00
lishangbu
fed4d460a3 ♻️ Refactoring code.use "@SneakyThrows" annotation 2019-03-21 18:49:58 +08:00
lishangbu
c8ff9b708c ♻️ Refactoring code.use "@UtilityClass" annotation 2019-03-21 01:42:59 +08:00
lishangbu
d528abd77e 🔥 Removing code or files. 2019-03-21 01:09:12 +08:00
lishangbu
0aa9147acf ♻️ Refactoring code.optimize jackson java8 datetime module 2019-03-21 00:51:49 +08:00
冷冷
fc7e7cb977 🔖 Releasing / Version tags.2.1.0 包装spring security oauth2 使用细节,一个注解接入 2019-03-08 22:48:29 +08:00
lishangbu
dc54f85271 🎨 Improving structure / format of the code.use spring constant instead of ourselves 2019-03-06 12:01:45 +08:00
lishangbu
0f6655364a 🔖 v 2.0.3 2019-03-06 00:07:52 +08:00
冷冷
1c88a46835 🔖 Releasing / Version tags.2.0.2 bug hotfix 2019-02-17 16:42:38 +08:00
冷冷
12dad0a063 🐛 Fixing a bug. jar 包中的AOP 没有拦截@Inner 请求 2019-02-14 19:48:32 +08:00
冷冷
935a89ab42 🐛 Fixing a bug. refresh-token error 2019-02-13 11:26:27 +08:00
冷冷
9d4f5c7145 🔖 Releasing / Version tags.2.0.1 remove not used code 2019-02-12 20:50:23 +08:00
冷冷
d291d0803c 🔖 v2.0.0. happy new year 2019-02-01 21:06:59 +08:00