Skip to content

Commit d8b7742

Browse files
committed
第十七篇 : Spring Boot Security OAuth2 实现支持JWT令牌的授权服务器
1 parent a1ec1b0 commit d8b7742

File tree

1 file changed

+1
-1
lines changed
  • springboot-security-oauth2-jwt/jwt-resourceserver

1 file changed

+1
-1
lines changed

springboot-security-oauth2-jwt/jwt-resourceserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
88
<version>2.1.3.RELEASE</version>
9-
<relativePath/> <!-- lookup parent from repository -->
9+
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.gf</groupId>
1212
<artifactId>jwt-resourceserver</artifactId>

0 commit comments

Comments
 (0)