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 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.2.4 .dev</version >
8+ <version >3.3.2.5 .dev</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.2.4 .dev</version >
8+ <version >3.3.2.5 .dev</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.2.4 .dev</version >
8+ <version >3.3.2.5 .dev</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.2.4 .dev</version >
8+ <version >3.3.2.5 .dev</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-example</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.2.4 .dev</version >
8+ <version >3.3.2.5 .dev</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >com.codingapi.springboot</groupId >
1515 <artifactId >springboot-parent</artifactId >
16- <version >3.3.2.4 .dev</version >
16+ <version >3.3.2.5 .dev</version >
1717 </parent >
1818
1919 <artifactId >springboot-example</artifactId >
20- <version >3.3.2.4 .dev</version >
20+ <version >3.3.2.5 .dev</version >
2121
2222 <name >springboot-example</name >
2323 <description >springboot-example project for Spring Boot</description >
Original file line number Diff line number Diff line change 1212
1313 <groupId >com.codingapi.springboot</groupId >
1414 <artifactId >springboot-parent</artifactId >
15- <version >3.3.2.4 .dev</version >
15+ <version >3.3.2.5 .dev</version >
1616
1717 <url >https://github.com/codingapi/springboot-framewrok</url >
1818 <name >springboot-parent</name >
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >springboot-parent</artifactId >
77 <groupId >com.codingapi.springboot</groupId >
8- <version >3.3.2.4 .dev</version >
8+ <version >3.3.2.5 .dev</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >springboot-parent</artifactId >
88 <groupId >com.codingapi.springboot</groupId >
9- <version >3.3.2.4 .dev</version >
9+ <version >3.3.2.5 .dev</version >
1010 </parent >
1111
1212 <name >springboot-starter-flow</name >
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ public FlowWork copy(){
120120 FlowWork flowWork = new FlowWork (this .createUser );
121121 flowWork .setDescription (this .getDescription ());
122122 flowWork .setTitle (this .getTitle ());
123- flowWork .setCode (this . getCode ( ));
123+ flowWork .setCode (RandomGenerator . randomString ( 8 ));
124124 flowWork .setPostponedMax (this .getPostponedMax ());
125125 flowWork .schema (schema );
126126 return flowWork ;
You can’t perform that action at this time.
0 commit comments