mirror of
https://gitee.com/dromara/sa-token.git
synced 2024-11-30 19:08:07 +08:00
新增 Quarkus 集成方案
This commit is contained in:
parent
4491daef46
commit
a7de15bd7c
@ -62,6 +62,17 @@
|
||||
</dependency>
|
||||
```
|
||||
|
||||
<!------------- tab:Quarkus 集成 ------------->
|
||||
参考:[quarkus-sa-token](https://github.com/quarkiverse/quarkus-sa-token)
|
||||
``` xml
|
||||
<!-- Sa-Token 整合 Quarkus, 在线文档:http://sa-token.dev33.cn/ -->
|
||||
<dependency>
|
||||
<groupId>io.quarkiverse.satoken</groupId>
|
||||
<artifactId>quarkus-satoken-resteasy</artifactId>
|
||||
<version>1.0.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
<!------------- tab:裸Servlet容器环境 ------------->
|
||||
注:如果你的项目没有使用Spring,但是Web框架是基于 ServletAPI 规范的,可以引入此包
|
||||
``` xml
|
||||
@ -116,6 +127,11 @@ implementation 'cn.dev33:sa-token-jfinal-plugin:${sa.top.version}'
|
||||
implementation 'cn.dev33:sa-token-jboot-plugin:${sa.top.version}'
|
||||
```
|
||||
|
||||
<!-- tab:Quarkus 集成 -->
|
||||
``` xml
|
||||
implementation 'io.quarkiverse.satoken:quarkus-satoken-resteasy:1.0.1'
|
||||
```
|
||||
|
||||
<!-- tab:裸Servlet容器环境 -->
|
||||
``` xml
|
||||
implementation 'cn.dev33:sa-token-servlet:${sa.top.version}'
|
||||
|
Loading…
Reference in New Issue
Block a user