File tree Expand file tree Collapse file tree 6 files changed +5
-7
lines changed
springboot-starter-data-fast
springboot-starter-id-generator
springboot-starter-security-jwt
src/main/java/com/codingapi/springboot/framework Expand file tree Collapse file tree 6 files changed +5
-7
lines changed 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 >1.5.13 </version >
15
+ <version >1.5.14 </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 >1.5.13 </version >
8
+ <version >1.5.14 </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-parent</artifactId >
7
7
<groupId >com.codingapi.springboot</groupId >
8
- <version >1.5.13 </version >
8
+ <version >1.5.14 </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 >1.5.13 </version >
9
+ <version >1.5.14 </version >
10
10
</parent >
11
11
12
12
<artifactId >springboot-starter-security-jwt</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 >1.5.13 </version >
8
+ <version >1.5.14 </version >
9
9
</parent >
10
10
<artifactId >springboot-starter</artifactId >
11
11
Original file line number Diff line number Diff line change 1
1
package com .codingapi .springboot .framework ;
2
2
3
3
import com .codingapi .springboot .framework .servlet .ServletExceptionHandler ;
4
- import org .springframework .boot .autoconfigure .condition .ConditionalOnMissingBean ;
5
4
import org .springframework .context .annotation .Bean ;
6
5
import org .springframework .context .annotation .Configuration ;
7
6
import org .springframework .web .servlet .HandlerExceptionResolver ;
10
9
public class AutoConfiguration {
11
10
12
11
@ Bean
13
- @ ConditionalOnMissingBean
14
12
public HandlerExceptionResolver servletExceptionHandler () {
15
13
return new ServletExceptionHandler ();
16
14
}
You can’t perform that action at this time.
0 commit comments