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

517 B

id, title, sidebar_label
id title sidebar_label
sample-ktor Ktor项目集成 Ktor项目集成

ktor-sureness例子项目仓库地址

  • 基于ktor, servlet
  • 从默认的配置文件sureness.yml加载账户信息,资源角色,过滤资源等信息
  • 使用默认的sureness-config
  • 使用默认的JWT, Basic Auth, Digest Auth方式认证鉴权
  • 例子中包含REST API
  • 保护入口: Application.kt
  • 推荐使用postman测试