Browse Source

OAuth

2.0.2
monkeyk7 5 years ago
parent
commit
85c534a7a5
  1. 2
      README.md
  2. 2
      pom.xml

2
README.md

@ -348,7 +348,7 @@ Base on Spring-Boot
<hr/>
<strong>更多资源</strong>
<p>以下是在学习工作中收集的更多关于Oauth的资源,对深入理解与运用OAuth2有帮助</p>
<p>以下是在学习工作中收集的更多关于OAuth2的资源,对深入理解与运用OAuth2有帮助</p>
<ul>
<li>
<p>

2
pom.xml

@ -9,7 +9,7 @@
<packaging>war</packaging>
<name>${project.artifactId}</name>
<description>Spring Oauth Server (Spring Boot)</description>
<description>Spring OAuth Server (Spring Boot)</description>
<parent>
<groupId>org.springframework.boot</groupId>

Loading…
Cancel
Save