145 Commits

Author SHA1 Message Date
yulichang
cd82858357 升级mybatis-plus版本 2025-03-26 01:44:28 +08:00
yulichang
0353f972e7 子查询添加union 2024-11-19 21:41:31 +08:00
yulichang
6abb21a5ee 调整 2024-11-05 12:24:09 +08:00
yulichang
d7f7f19fac fix: applyFunc 子查询异常 2024-11-01 16:24:40 +08:00
yulichang
8ecc698723 调整 2024-10-31 18:25:49 +08:00
yulichang
034c341f5c feat: join string sql support param 2024-10-31 10:03:54 +08:00
yulichang
5b61dfedd8 add repository test 2024-10-30 15:59:53 +08:00
yulichang
effdc96299 feat: wrapper ext 2024-10-30 15:46:06 +08:00
yulichang
720934500f fix: https://gitee.com/best_handsome/mybatis-plus-join/issues/IB0OUN 2024-10-30 10:44:57 +08:00
yulichang
4d38516ea2 调整 2024-10-30 10:43:56 +08:00
yulichang
f2b3308d53 pom 调整 2024-10-29 16:06:15 +08:00
yulichang
14ea2c45b0 调整名称 2024-10-27 21:45:32 +08:00
yulichang
b4ce33141d 添加子查询 2024-10-26 21:08:37 +08:00
yulichang
0a05f48032 调整pom 2024-10-25 10:34:16 +08:00
yulichang
3c27dc921c fix: https://github.com/yulichang/mybatis-plus-join/issues/212 2024-10-22 08:53:04 +08:00
yulichang
7e4b778f79 feat: join support wrapper 2024-10-16 17:58:26 +08:00
yulichang
047faf4891 feat: selectFunc support Object param 2024-10-16 17:58:24 +08:00
yulichang
6a5983aad4 优化代码 2024-10-07 17:10:41 +08:00
yulichang
5a7416345a Merge branch 'refs/heads/proce'
# Conflicts:
#	plugin/mybatis-plus-join-processor/pom.xml
2024-10-04 13:12:56 +08:00
yulichang
27444dda74 feat: add fill 2024-10-01 19:06:43 +08:00
yulichang
52a0eb3cc9 fix https://github.com/yulichang/mybatis-plus-join/issues/205 2024-09-30 19:10:17 +08:00
yulichang
0519bd47ee 添加返回MP实体的join方法 2024-09-20 12:23:24 +08:00
yulichang
5269f3a535 update maven plugin 2024-09-17 13:33:30 +08:00
yulichang
fd0e559c3a update dependabot.yml 2024-09-14 23:56:35 +08:00
dependabot[bot]
2ee52e39a6
chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.13.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.13.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-14 14:59:06 +00:00
yulichang
19329cfb28 update jdk to 17 2024-09-14 22:54:52 +08:00
dependabot[bot]
9f4a7a0ea0
chore(deps): bump org.projectlombok:lombok from 1.18.30 to 1.18.34
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.30 to 1.18.34.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.30...v1.18.34)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-14 13:14:49 +00:00
yulichang
18b2394e7e feat: updateWrapper add setApply api 2024-09-14 11:23:52 +08:00
yulichang
24212523d7 chain add map api 2024-09-14 11:23:18 +08:00
yulichang
110e0cf8a3 update pom 2024-09-14 11:22:30 +08:00
yulichang
6be7f0bc21 简化代码 2024-09-11 17:45:04 +08:00
yulichang
0df22e3adf 优化代码 2024-09-10 01:14:00 +08:00
yulichang
69713b1c39 优化分页 2024-09-09 14:09:26 +08:00
yulichang
de49069ccc feat func(condition, consumer , else consumer); 2024-08-17 13:24:09 +08:00
yulichang
a3340741f1 fix https://github.com/yulichang/mybatis-plus-join/issues/163 2024-08-13 14:33:08 +08:00
yulichang
c6b781fc72 调整文件目录 2024-08-10 15:33:57 +08:00
yulichang
ad4df5b939 first 添加分页 2024-08-01 06:46:35 +08:00
yulichang
e92df45f88 Merge branch 'refs/heads/1.5'
# Conflicts:
#	mybatis-plus-join-core/src/main/java/com/github/yulichang/wrapper/segments/Select.java
#	mybatis-plus-join-core/src/main/java/com/github/yulichang/wrapper/segments/SelectLabel.java
2024-07-30 15:55:43 +08:00
yulichang
4f3f6dac3f 添加缓存 2024-07-30 05:37:03 +08:00
yulichang
ac635a91db 简化代码 2024-07-21 20:38:58 +08:00
yulichang
658bb2bb59 fix: 修复apt问题 2024-07-16 03:43:20 +08:00
yulichang
f8e51aa958 fix: 修复apt问题 2024-07-16 01:02:44 +08:00
yulichang
326bd68ade fix: https://github.com/yulichang/mybatis-plus-join/issues/155 2024-07-15 18:12:13 +08:00
yulichang
9d37dd4d7c apt 2024-07-15 02:22:07 +08:00
yulichang
dd35dce49f fix: https://github.com/yulichang/mybatis-plus-join/issues/148 2024-06-18 22:56:58 +08:00
yulichang
2838731d29 1.4.13 2024-06-01 07:00:34 +08:00
yulichang
f249368ba7 1.4.13 2024-06-01 05:57:53 +08:00
yulichang
629101a774 test: 代码调整 2024-05-31 08:52:15 +08:00
yulichang
fddb12b943 test: 完善测试代码 2024-05-28 05:01:33 +08:00
yulichang
5a29504927 fix: https://github.com/yulichang/mybatis-plus-join/issues/127 2024-05-25 06:24:58 +08:00