Files
hertzbeat/home/i18n/en/docusaurus-plugin-content-docs/current/integrate/sample-bootstrap.md
2022-02-02 22:49:50 +08:00

633 B

id, title, sidebar_label
id title sidebar_label
sample-bootstrap Springboot项目集成-配置文件方案 Springboot项目集成-配置文件方案

Springboot项目集成-配置文件方案代码仓库地址

  • 基于springboot
  • 从默认的配置文件sureness.yml加载账户信息,资源角色,过滤资源等信息
  • 使用默认的sureness-config
  • 使用默认的JWT, Basic Auth, Digest Auth方式认证鉴权
  • 保护入口: SurenessFilterExample
  • 推荐使用postman测试,测试样例为sample-bootstrap-postman.json,导入postman即可