diff --git a/others/升级spring-boot的变化.txt b/others/升级spring-boot的变化.txt new file mode 100644 index 0000000..40ba553 --- /dev/null +++ b/others/升级spring-boot的变化.txt @@ -0,0 +1,11 @@ + + +记录 spring-oauth-server 升级到 spring-boot 后的变化 + +1. client_secret 加密保存 +2. 密码加密方式由 MD5 变成 BCrypt +3. resourceId 可为可选 +4.增加CSRF支持 + + +