提交 86df332b 编写于 作者: sinat_25235033's avatar sinat_25235033

add english readme

上级 700f552d
## sample-bootstrap
[English Documentation](README_EN.md)
sureness 10分钟例子项目
- 基于`springboot`
......
## sample-bootstrap
[中文文档](README.md)
[sureness 10 Minute Tutorial](https://github.com/tomsun28/sureness/tree/master/sample-bootstrap)
- based on `springboot`
- load data from default dataSource - `sureness.yml`
- use default sureness config
- use default `jwt,basic auth` to authenticate and authorize
- contain `restful api,websocket`
- project's protected entrance is `SurenessFilterExample`
- suggest use postman to test, test case is in `sample-bootstrap-postman.json`, user can load it in postman
## sample-tom
[English Documentation](README_EN.md)
sureness 30分钟例子项目
- 基于`springboot,jpa...`[数据源sql](src/main/resources/db)
......
## sample-tom
[中文文档](README.md)
[sureness 30 Minute Tutorial](https://github.com/tomsun28/sureness/tree/master/sample-tom)
- based on `springboot`
- load data from mysql dataBase dataSource, then user can modify their data dynamically
- apart from having default `jwt,basic auth`, it adds custom `subject subjectCreator processor` to define new auth type.
- project's protected entrance is `SurenessFilterExample`
- suggest use postman to test, test case is in `sample-tom-postman.json`, user can load it in postman
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册