Skip to content

Latest commit

 

History

History
 
 

samples

Examples of various frameworks to achieve permission control by integrating sureness

中文文档

Here is a sample of the sureness integration of other jvm frameworks we commonly use in addition to spring, for easy reference

support servlet(javax.servlet), jax-rs(javax.ws.rs) and more

  1. javalin - https://javalin.io/

DEMO Detail javalin-sureness

  1. Ktor - https://ktor.kotlincn.net/quickstart/index.html

DEMO Detail ktor-sureness

  1. quarkus - https://quarkus.io/get-started/

DEMO Detail quarkus-sureness

  1. spring webflux - https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/web-reactive.html

DEMO Detail spring-webflux-sureness

TODO

  1. microprofile