mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-05 17:37:53 +08:00
update sa-token-doc/doc/start/example.md.
This commit is contained in:
parent
3405188531
commit
2bb2248522
@ -61,7 +61,7 @@ spring:
|
|||||||
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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user