commit | 15ef3a3d59d69ebb62dfd1288e4484ef4f532728 | [log] [tgz] |
---|---|---|
author | Willem Jiang <willem.jiang@gmail.com> | Thu Aug 08 10:14:07 2019 +0800 |
committer | GitHub <noreply@github.com> | Thu Aug 08 10:14:07 2019 +0800 |
tree | 7730cdc1789529a4b3d829910540dc76e014453b | |
parent | a868bac1079dc7e4c2bfa9a1975e058a3a53c581 [diff] |
Update proposal.md
A sample shows how to integrate with spring security. This project provides handler authorization and method authorization.
A sample shows an application with basic login, download file, delete file functions.
A sample shows how to use dependency management to create spring 4, spring 5, spring boot 1 or spring boot 2 application.
该项目演示了基于spring security框架实现认证鉴权。项目演示了如何通过配置的方式定义每个接口的权限,也演示了如何通过@PreAuthorize的方式实现权限控制。
该项目演示了一个包括网关、文件下载、认证鉴权等功能的简单应用系统,同时演示了ServiceComb推荐的先写接口声明,再写业务代码的软件工程实践。
该项目演示了ServiceComb如何依赖spring4, spring 5, spring boot1 和 spring boot 2。