!40 update sa-token-doc/doc/start/webflux-example.md.

Merge pull request !40 from AppleOfGray/N/A
This commit is contained in:
省长 2021-04-27 21:56:48 +08:00 committed by Gitee
commit fb4733792d

View File

@ -32,7 +32,7 @@ WebFlux基于Reactor响应式模型开发有着与标准ServletAPI完全不
public class SaTokenDemoApplication {
public static void main(String[] args) throws JsonProcessingException {
SpringApplication.run(SaTokenDemoApplication.class, args);
System.out.println("启动成功sa-token配置如下" + SaTokenManager.getConfig());
System.out.println("启动成功sa-token配置如下" + SaManager.getConfig());
}
}
```