v1.7.0 版本更新

This commit is contained in:
shengzhang
2020-12-24 22:51:57 +08:00
parent 5c684ac7f1
commit d9836f00ca
18 changed files with 117 additions and 101 deletions

View File

@@ -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){

View File

@@ -0,0 +1,4 @@
/**
* sa-token集成SpringBoot的各个组件
*/
package cn.dev33.satoken;