File tree 12 files changed +14
-11
lines changed
src/main/java/com/codingapi/springboot/framework/exception
springboot-starter-data-fast
springboot-starter-security
12 files changed +14
-11
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.8 </version >
8
+ <version >3.3.9.1 </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.8 </version >
8
+ <version >3.3.9.1 </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.8 </version >
8
+ <version >3.3.9.1 </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.8 </version >
8
+ <version >3.3.9.1 </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.8 </version >
8
+ <version >3.3.9.1 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 17
17
</parent >
18
18
19
19
<artifactId >springboot-example</artifactId >
20
- <version >3.3.8 </version >
20
+ <version >3.3.9.1 </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.8 </version >
15
+ <version >3.3.9.1 </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.8 </version >
8
+ <version >3.3.9.1 </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.8 </version >
9
+ <version >3.3.9.1 </version >
10
10
</parent >
11
11
12
12
<name >springboot-starter-flow</name >
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.8 </version >
9
+ <version >3.3.9.1 </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.8 </version >
8
+ <version >3.3.9.1 </version >
9
9
</parent >
10
10
<artifactId >springboot-starter</artifactId >
11
11
Original file line number Diff line number Diff line change @@ -13,5 +13,8 @@ public class EventException extends RuntimeException {
13
13
public EventException (List <Exception > error ) {
14
14
super (error .stream ().map (Exception ::getMessage ).collect (Collectors .joining ("\n " )));
15
15
this .error = error ;
16
+ for (Exception e : error ) {
17
+ e .printStackTrace ();
18
+ }
16
19
}
17
20
}
You can’t perform that action at this time.
0 commit comments