File tree 6 files changed +11
-6
lines changed
springboot-starter-data-permission
springboot-starter-security-jwt
src/main/java/com/codingapi/springboot/security/jwt 6 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11
11
12
12
<groupId >com.codingapi.springboot</groupId >
13
13
<artifactId >springboot-parent</artifactId >
14
- <version >1.1.3 </version >
14
+ <version >1.1.4 </version >
15
15
16
16
<url >https://github.com/codingapi/springboot-framewrok</url >
17
17
<name >springboot-parent</name >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.codingapi.springboot</groupId >
6
6
<artifactId >springboot-parent</artifactId >
7
- <version >1.1.3 </version >
7
+ <version >1.1.4 </version >
8
8
</parent >
9
9
<artifactId >springboot-example</artifactId >
10
10
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.1.3 </version >
9
+ <version >1.1.4 </version >
10
10
</parent >
11
11
12
12
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.1.3 </version >
9
+ <version >1.1.4 </version >
10
10
</parent >
11
11
12
12
<artifactId >springboot-starter-security-jwt</artifactId >
Original file line number Diff line number Diff line change @@ -49,7 +49,12 @@ public boolean isExpire(){
49
49
}
50
50
51
51
52
- public String getPassword () throws IOException {
52
+ public String getPassword (){
53
+ return password ;
54
+ }
55
+
56
+ @ Transient
57
+ public String getDecodePassword () throws IOException {
53
58
return AESUtils .getInstance ().decodeToBase64 (password );
54
59
}
55
60
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.codingapi.springboot</groupId >
6
6
<artifactId >springboot-parent</artifactId >
7
- <version >1.1.3 </version >
7
+ <version >1.1.4 </version >
8
8
</parent >
9
9
<artifactId >springboot-starter</artifactId >
10
10
You can’t perform that action at this time.
0 commit comments