mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-10-20 18:47:25 +08:00
!40 update sa-token-doc/doc/start/webflux-example.md.
Merge pull request !40 from AppleOfGray/N/A
This commit is contained in:
@@ -32,7 +32,7 @@ WebFlux基于Reactor响应式模型开发,有着与标准ServletAPI完全不
|
|||||||
public class SaTokenDemoApplication {
|
public class SaTokenDemoApplication {
|
||||||
public static void main(String[] args) throws JsonProcessingException {
|
public static void main(String[] args) throws JsonProcessingException {
|
||||||
SpringApplication.run(SaTokenDemoApplication.class, args);
|
SpringApplication.run(SaTokenDemoApplication.class, args);
|
||||||
System.out.println("启动成功:sa-token配置如下:" + SaTokenManager.getConfig());
|
System.out.println("启动成功:sa-token配置如下:" + SaManager.getConfig());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user