Skip to main content

Springboot项目集成-配置文件方案

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

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