mirror of
https://gitee.com/dromara/sa-token.git
synced 2026-02-27 16:50:24 +08:00
⚡ v1.7.0 版本更新
This commit is contained in:
@@ -25,7 +25,7 @@ public class SaTokenSpringAutowired {
|
||||
|
||||
/**
|
||||
* 获取配置Bean
|
||||
* @return .
|
||||
* @return 配置对象
|
||||
*/
|
||||
@Bean
|
||||
@ConfigurationProperties(prefix="spring.sa-token")
|
||||
@@ -35,7 +35,7 @@ public class SaTokenSpringAutowired {
|
||||
|
||||
/**
|
||||
* 注入配置Bean
|
||||
* @param saTokenConfig .
|
||||
* @param saTokenConfig 配置对象
|
||||
*/
|
||||
@Autowired
|
||||
public void setConfig(SaTokenConfig saTokenConfig){
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* sa-token集成SpringBoot的各个组件
|
||||
*/
|
||||
package cn.dev33.satoken;
|
||||
Reference in New Issue
Block a user