File tree Expand file tree Collapse file tree 13 files changed +15
-15
lines changed
springboot-starter-data-fast
main/java/com/codingapi/springboot/flow/domain
test/java/com/codingapi/springboot/flow/test
springboot-starter-security Expand file tree Collapse file tree 13 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.2.4 .dev</version >
8
+ <version >3.3.2.5 .dev</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.2.4 .dev</version >
8
+ <version >3.3.2.5 .dev</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.2.4 .dev</version >
8
+ <version >3.3.2.5 .dev</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.2.4 .dev</version >
8
+ <version >3.3.2.5 .dev</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-example</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.2.4 .dev</version >
8
+ <version >3.3.2.5 .dev</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >com.codingapi.springboot</groupId >
15
15
<artifactId >springboot-parent</artifactId >
16
- <version >3.3.2.4 .dev</version >
16
+ <version >3.3.2.5 .dev</version >
17
17
</parent >
18
18
19
19
<artifactId >springboot-example</artifactId >
20
- <version >3.3.2.4 .dev</version >
20
+ <version >3.3.2.5 .dev</version >
21
21
22
22
<name >springboot-example</name >
23
23
<description >springboot-example project for Spring Boot</description >
Original file line number Diff line number Diff line change 12
12
13
13
<groupId >com.codingapi.springboot</groupId >
14
14
<artifactId >springboot-parent</artifactId >
15
- <version >3.3.2.4 .dev</version >
15
+ <version >3.3.2.5 .dev</version >
16
16
17
17
<url >https://github.com/codingapi/springboot-framewrok</url >
18
18
<name >springboot-parent</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >springboot-parent</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >3.3.2.4 .dev</version >
8
+ <version >3.3.2.5 .dev</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >springboot-parent</artifactId >
8
8
<groupId >com.codingapi.springboot</groupId >
9
- <version >3.3.2.4 .dev</version >
9
+ <version >3.3.2.5 .dev</version >
10
10
</parent >
11
11
12
12
<name >springboot-starter-flow</name >
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ public FlowWork copy(){
120
120
FlowWork flowWork = new FlowWork (this .createUser );
121
121
flowWork .setDescription (this .getDescription ());
122
122
flowWork .setTitle (this .getTitle ());
123
- flowWork .setCode (this . getCode ( ));
123
+ flowWork .setCode (RandomGenerator . randomString ( 8 ));
124
124
flowWork .setPostponedMax (this .getPostponedMax ());
125
125
flowWork .schema (schema );
126
126
return flowWork ;
Original file line number Diff line number Diff line change 6
6
import com .codingapi .springboot .flow .user .User ;
7
7
import org .junit .jupiter .api .Test ;
8
8
9
- import static org .junit .jupiter .api .Assertions .assertEquals ;
10
- import static org .junit .jupiter .api .Assertions .assertNotEquals ;
9
+ import static org .junit .jupiter .api .Assertions .*;
11
10
12
11
public class ScriptBuildTest {
13
12
@@ -28,6 +27,7 @@ void copy() {
28
27
FlowNode startNode = flowWork .getStartNode ();
29
28
30
29
FlowWork copyWork = flowWork .copy ();
30
+ assertNotEquals (copyWork .getCode (), flowWork .getCode ());
31
31
32
32
assertEquals ("请假流程" , copyWork .getTitle ());
33
33
assertEquals (4 , copyWork .getNodes ().size ());
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<artifactId >springboot-parent</artifactId >
8
8
<groupId >com.codingapi.springboot</groupId >
9
- <version >3.3.2.4 .dev</version >
9
+ <version >3.3.2.5 .dev</version >
10
10
</parent >
11
11
12
12
<artifactId >springboot-starter-security</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.codingapi.springboot</groupId >
7
7
<artifactId >springboot-parent</artifactId >
8
- <version >3.3.2.4 .dev</version >
8
+ <version >3.3.2.5 .dev</version >
9
9
</parent >
10
10
<artifactId >springboot-starter</artifactId >
11
11
You can’t perform that action at this time.
0 commit comments