File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
2
<a href =" http://www.oracle.com/technetwork/java/javase/overview/index.html " ><img src =" https://img.shields.io/badge/language-java%208.0-orange.svg " ></a >
3
3
<a href =" https://www.jetbrains.com/idea/ " ><img src =" https://img.shields.io/badge/platform-jetbrains-green.svg " ></a >
4
- <a href =" http://projects.spring.io/spring-boot/ " ><img src =" https://img.shields.io/badge/SpringBoot-1.5.14 -990066.svg " ></a >
4
+ <a href =" http://projects.spring.io/spring-boot/ " ><img src =" https://img.shields.io/badge/SpringBoot-2.0.3 -990066.svg " ></a >
5
5
<img src =" https://img.shields.io/badge/Database-MySQL%7CPostgreSQL-brightgreen.svg " >
6
6
<img src =" https://img.shields.io/badge/License-Apache%202.0-blue.svg " >
7
- <img src =" https://img.shields.io/badge/release-1.1.1 -brightgreen.svg " >
7
+ <img src =" https://img.shields.io/badge/release-2.0.0.alpha -brightgreen.svg " >
8
8
9
9
</p >
10
10
@@ -25,7 +25,26 @@ oauthserver是一个基于Spring Boot Oauth2的完整的独立的Oauth2 Server
25
25
6 . 集成Druid数据库连接池;
26
26
7 . 自定义Oauth2Exception异常返回的json信息。
27
27
28
+
29
+ 请下载与Spring Boot对应版本的oauthserver:
30
+ <table border =" 1 " >
31
+ <tr >
32
+ <th>Spring Boot version</th>
33
+ <th>oauthserver version</th>
34
+ </tr >
35
+ <tr >
36
+ <td>1.x.x</td>
37
+ <td>1.x.x</td>
38
+ </tr >
39
+ <tr >
40
+ <td>2.x.x</td>
41
+ <td>2.x.x</td>
42
+ </tr >
43
+ </table >
44
+
28
45
## 更新日志
46
+ ### v2.0.0.alpha(2018-07-16)
47
+ - 升级Spring Boot版本从1.5.14.RELEASE到2.0.3.RELEASE。
29
48
### v1.1.1(2018-07-07)
30
49
- 升级Spring Boot版本从1.5.13.RELEASE到1.5.14.RELEASE;
31
50
- 修复检查的access_token无法识别时,返回中文message。
You can’t perform that action at this time.
0 commit comments