升级spring-boot的变化.txt

2.0.0
monkeyk7 2018-04-21 16:00:06 +08:00
parent 8ecc970f73
commit 6e9ce7a1d1
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
记录 spring-oauth-server 升级到 spring-boot 后的变化
1. client_secret 加密保存
2. 密码加密方式由 MD5 变成 BCrypt
3. resourceId 可为可选
4.增加CSRF支持