Commit Graph

58 Commits

Author SHA1 Message Date
yexuejc 9ce56206f5 2.x 合并到master(方便后续分支) 2023-09-19 13:44:07 +08:00
yexuejc 15498dafcc 2.1.3[原功能的最后一个版本] 2023-09-19 11:26:17 +08:00
dependabot[bot] 76e4b858e9
Bump postgresql from 42.4.1 to 42.4.3
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.1 to 42.4.3.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.4.1...REL42.4.3)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 22:25:40 +00:00
yexuejc 4c9520de70
Merge pull request #1 from yexuejc/dependabot/maven/org.mybatis-mybatis-3.5.6
Bump mybatis from 3.4.6 to 3.5.6
2022-09-08 10:06:44 +09:00
yexuejc 55c64e59d4
Merge pull request #4 from yexuejc/dependabot/maven/com.alibaba-fastjson-1.2.83
Bump fastjson from 1.2.49 to 1.2.83
2022-09-08 10:06:31 +09:00
dependabot[bot] 0dc6b8aa6d
Bump postgresql from 42.2.4 to 42.4.1
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.4 to 42.4.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.4...REL42.4.1)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-08 00:29:23 +00:00
dependabot[bot] c23db40776
Bump fastjson from 1.2.49 to 1.2.83
Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.49 to 1.2.83.
- [Release notes](https://github.com/alibaba/fastjson/releases)
- [Commits](https://github.com/alibaba/fastjson/compare/1.2.49...1.2.83)

---
updated-dependencies:
- dependency-name: com.alibaba:fastjson
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 01:57:59 +00:00
dependabot[bot] ab074953db
Bump mybatis from 3.4.6 to 3.5.6
Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.4.6 to 3.5.6.
- [Release notes](https://github.com/mybatis/mybatis-3/releases)
- [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.4.6...mybatis-3.5.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-22 17:47:58 +00:00
maxiaofeng b8cba48792 版本2.1.2 更新base1.4.0 更新仓库地址 https://nexus.yexuejc.club/ -> https://nexus.yexuejc.top/ 2020-05-18 12:23:07 +08:00
yexuejc 85362e6537 2.1.1 redis 配置修改,增加开关,更兼容 2019-11-01 13:33:10 +08:00
yexuejc 4cdc2b631c 更新master 2019-07-27 11:46:56 +08:00
yexuejc 8e39507e18 更新测试代码 2019-07-27 11:26:48 +08:00
yexuejc 32f5528047 增加示例代码 2019-07-27 11:17:04 +08:00
yexuejc b93672f52f 功能插件装配开关 2019-07-27 09:27:32 +08:00
yexuejc 0e1fd35a85 2.0.6 升级依赖 2019-04-02 21:09:18 +08:00
yexuejc 56eeafd38e 2.0.5 2018-12-01 12:53:16 +08:00
yexuejc 263aed266f Merge branch '1.x' into tmp2
# Conflicts:
#	README.md
#	UPDATE.md
#	doc/MENU.md
#	pom.xml
#	yexuejc-springboot-base/pom.xml
2018-12-01 12:26:39 +08:00
yexuejc f61f905483 1.2.0多方登录稳定版 2018-12-01 12:22:45 +08:00
maxf 02d4a44efc 1.1.9 下放私有参数给子类 2018-11-23 11:16:22 +08:00
maxf e1ea387530 1.1.8 优化登录 2018-11-21 15:03:12 +08:00
maxf 0888447168 1.1.7 security登录接口开放优化 2018-11-21 14:19:55 +08:00
maxf df5204bc10 优化security 登录 2018-11-21 11:31:15 +08:00
maxf 4713b0a3f4 2.0.4 修复security登录 2018-11-20 20:36:16 +08:00
maxf 4bc88cf98b Merge branch 'tmp111' into 2.x
# Conflicts:
#	README.md
#	UPDATE.md
#	doc/MENU.md
#	doc/SECURITY.md
#	pom.xml
#	yexuejc-springboot-base/pom.xml
#	yexuejc-springboot-base/src/main/java/com/yexuejc/springboot/base/security/ConsumerAuthenticationProcessingFilter.java
#	yexuejc-springboot-base/src/main/java/com/yexuejc/springboot/base/security/UserDetailsManager.java
#	yexuejc-springboot-base/src/test/java/com/yexuejc/springboot/base/security/MySecurityConfig.java
#	yexuejc-springboot-base/src/test/java/com/yexuejc/springboot/base/security/UserServiceImpl.java
#	yexuejc-springboot-base/src/test/java/com/yexuejc/springboot/base/web/SecurityCtrl.java
2018-11-20 20:30:51 +08:00
maxf 535b47bc9e 1.1.5 修复security登录 2018-11-20 20:27:02 +08:00
maxf 6d0aa80683 修复登录失败 2018-11-20 20:24:55 +08:00
maxf 56f89796a5 2.0.3
集成springboot security 多方登录
文档拆分
2018-11-09 16:58:32 +08:00
maxf 0d977a6176 1.1.4
集成springboot security 多方登录
文档拆分
2018-11-09 16:57:11 +08:00
maxf 7fb712c596 Merge branch 'master' into tmp
# Conflicts:
#	README.md
#	UPDATE.md
#	pom.xml
#	yexuejc-springboot-base/pom.xml
#	yexuejc-springboot-base/src/main/java/com/yexuejc/springboot/base/autoconfigure/MutiRedisAutoConfiguration.java
#	yexuejc-springboot-base/src/test/java/com/yexuejc/springboot/base/test/RedisTest.java
#	yexuejc-springboot-base/src/test/resources/application.properties
2018-11-01 15:40:18 +08:00
maxf e8117a7dea 整理集成文档,未发布版本 2018-11-01 15:12:40 +08:00
maxf be08633876 1.1.3 日志优化 2018-10-27 16:44:53 +08:00
maxf 8a95b51761 2.0.2 日志优化 2018-10-27 16:43:55 +08:00
maxf 5bf66c25ca 1.1.3 日志优化 2018-10-27 16:41:16 +08:00
yexuejc 1db0630599 新增声明包 2018-09-28 15:25:41 +08:00
yexuejc 7b7dbac052 新增声明包 2018-09-28 15:23:57 +08:00
yexuejc 31cb9c5b55 新增声明包 2018-09-28 15:17:01 +08:00
yexuejc bb143bb74f 不再遗传任何包 2018-09-28 14:57:56 +08:00
yexuejc 337fefa562 1.1.1 基于springboot 1.x 2.x 分开维护 2018-09-26 17:01:02 +08:00
yexuejc ff57ed324f 2.0.0 基于springboot 1.x 2.x 分开维护 2018-09-26 16:57:15 +08:00
yexuejc 7ff9bb214c 1.1.0 2018-09-23 12:50:05 +08:00
yexuejc bc3313861b 1.0.16 2018-09-23 12:47:35 +08:00
yexuejc 24a51a6a79 1.0.14 优化拦截规则:增加通配符 /** 2018-09-03 19:29:47 +08:00
yexuejc 686249f72b 1.0.14 2018-08-25 14:37:47 +08:00
yexuejc e3d8d21371 1.0.14 2018-08-25 14:31:44 +08:00
yexuejc 333e1f8a3c 1.0.13 升级base 2018-08-17 11:42:22 +08:00
yexuejc 87f87dbaef 1.0.12 maven仓库变更 2018-07-07 11:31:26 +08:00
yexuejc f30b13807c 1.0.12 maven仓库变更 2018-07-07 11:18:41 +08:00
yexuejc accd4bbbd1 1.0.11 2018-06-19 22:19:16 +08:00
yexuejc 9ce8d4f216 1.0.10 统一编码UTF-8 2018-06-14 22:32:20 +08:00
yexuejc 3606ba57fa 1.0.9 2018-06-02 13:18:05 +08:00