refactor: 代码重构优化,用户权限缓存调整角色权限缓存
This commit is contained in:
@@ -13,8 +13,7 @@ import org.springframework.context.annotation.Configuration;
|
||||
* @author xuxueli 2017-04-28
|
||||
*/
|
||||
@Configuration
|
||||
// system.config.xxl-job-enabled = true 才会自动装配
|
||||
@ConditionalOnProperty(name = "system.config.xxl-job-enabled")
|
||||
@ConditionalOnProperty(name = "xxl.job.enabled") // xxl.job.enabled = true 才会自动装配
|
||||
@Slf4j
|
||||
public class XxlJobConfig {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user