File tree
47 files changed
+333
-944
lines changed- mybatis-plus-sample-active-record/src/test/java/com/baomidou/mybatisplus/samples/ar
- mybatis-plus-sample-association/src
- main
- java/com/baomidou/mybatisplus/samples/association
- entity
- mapper
- resources/mapper
- test/java/com/baomidou/mybatisplus/samples/association
- mybatis-plus-sample-auto-fill-metainfo/src/test/java/com/baomidou/samples/metainfo
- mybatis-plus-sample-crud/src
- main
- java/com/baomidou/mybatisplus/samples/crud
- entity
- mapper
- resources/db
- test/java/com/baomidou/mybatisplus/samples/crud
- mybatis-plus-sample-deluxe/src
- main/java/com/baomidou/mybatisplus/samples/deluxe
- test/java/com/baomidou/mybatisplus/samples/deluxe
- mybatis-plus-sample-enum/src/test/java/com/baomidou/mybatisplus/samples/enums
- mybatis-plus-sample-execution-analysis/src/test/java/com/baomidou/samples/execution
- mybatis-plus-sample-generator
- src
- main
- java/com/baomidou/mybatisplus/samples/generator
- resources
- db
- test
- java/com/baomidou/mybatisplus/samples/generator
- resources
- sql
- templates
- mybatis-plus-sample-id-generator/src/test/java/com/baomidou/samples
- mybatis-plus-sample-logic-delete/src/test/java/com/baomidou/mybatisplus/samples/logic
- mybatis-plus-sample-optimistic-locker/src/test/java/com/baomidou/mybatisplus/samples/optlocker
- mybatis-plus-sample-performance-analysis/src/test/java/com/baomidou/samples/performance
- mybatis-plus-sample-quickstart-springmvc/src/test/java/com/baomidou/mybatisplus/samples/quickstart/springmvc
- mybatis-plus-sample-quickstart/src/test/java/com/baomidou/mybatisplus/samples/quickstart
- mybatis-plus-sample-reduce-springmvc/src
- main/java/org/mybatis/spring/mapper
- test/java/com/baomidou/mybatisplus/samples/reduce/springmvc
- mybatis-plus-sample-sequence/src/test/java/com/baomidou/mybatisplus/samples/sequence
- mybatis-plus-sample-sql-injector/src
- main/java/com/baomidou/samples/injector/base
- test/java/com/baomidou/samples/injector
- mybatis-plus-sample-tenant/src/test/java/com/baomidou/mybatisplus/samples/tenant
- mybatis-plus-sample-typehandler/src
- main/java/com/baomidou/mybatisplus/samples/typehandler
- config
- entity
- test/java/com/baomidou/mybatisplus/samples/typehandler
- mybatis-plus-sample-wrapper/src/test/java/com/baomidou/mybatisplus/samples/wrapper
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+333
-944
lines changedmybatis-plus-sample-active-record/src/test/java/com/baomidou/mybatisplus/samples/ar/SampleTest.java
Lines changed: 11 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 | 3 |
| |
10 | 4 |
| |
11 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
12 | 9 |
| |
13 | 10 |
| |
14 | 11 |
| |
| |||
18 | 15 |
| |
19 | 16 |
| |
20 | 17 |
| |
21 |
| - | |
22 | 18 |
| |
23 | 19 |
| |
24 | 20 |
| |
| |||
28 | 24 |
| |
29 | 25 |
| |
30 | 26 |
| |
31 |
| - | |
| 27 | + | |
32 | 28 |
| |
33 | 29 |
| |
34 | 30 |
| |
35 | 31 |
| |
36 | 32 |
| |
37 | 33 |
| |
38 | 34 |
| |
39 |
| - | |
40 |
| - | |
| 35 | + | |
| 36 | + | |
41 | 37 |
| |
42 | 38 |
| |
43 | 39 |
| |
44 | 40 |
| |
45 | 41 |
| |
46 | 42 |
| |
47 |
| - | |
48 |
| - | |
| 43 | + | |
| 44 | + | |
49 | 45 |
| |
50 | 46 |
| |
51 | 47 |
| |
52 | 48 |
| |
53 | 49 |
| |
54 | 50 |
| |
55 |
| - | |
| 51 | + | |
56 | 52 |
| |
57 |
| - | |
58 |
| - | |
| 53 | + | |
| 54 | + | |
59 | 55 |
| |
60 | 56 |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
| 7 | + | |
6 | 8 |
| |
7 | 9 |
| |
8 | 10 |
| |
9 | 11 |
| |
10 | 12 |
| |
| 13 | + | |
| 14 | + | |
11 | 15 |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + |
Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + |
Lines changed: 12 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 |
| - | |
11 |
| - | |
| 11 | + | |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 |
| - | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 | 20 |
| |
22 | 21 |
| |
23 | 22 |
| |
24 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
| |||
72 | 73 |
| |
73 | 74 |
| |
74 | 75 |
| |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
75 | 82 |
|
Lines changed: 4 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 | 3 |
| |
11 | 4 |
| |
12 |
| - | |
13 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
14 | 10 |
| |
15 | 11 |
| |
16 | 12 |
| |
17 | 13 |
| |
18 | 14 |
| |
19 | 15 |
| |
20 | 16 |
| |
21 |
| - | |
22 | 17 |
| |
23 | 18 |
| |
24 | 19 |
| |
|
Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + |
Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + |
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + |
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 |
|
Lines changed: 21 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
9 | 11 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 12 | + | |
| 13 | + | |
13 | 14 |
| |
14 |
| - | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 | 30 |
| |
32 | 31 |
| |
33 |
| - | |
34 | 32 |
| |
35 | 33 |
| |
| 34 | + | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
134 |
| - | |
| 134 | + | |
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
| |||
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
163 |
| - | |
| 163 | + | |
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
| 177 | + | |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 |
| - | |
210 |
| - | |
211 |
| - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
219 |
| - | |
| 219 | + | |
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
223 | 231 |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
26 |
| - | |
27 |
| - | |
| 27 | + | |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
|
0 commit comments