All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zhuang.distributedlock.AutoConfiguration Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package com.zhuang.distributedlock;

import org.springframework.beans.factory.annotation.Configurable;
import org.springframework.context.annotation.ComponentScan;


@Configurable
@ComponentScan
public class AutoConfiguration {
    //此配置不可删除需要保留,否则集成到其它工程中,不会扫描spring的bean
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy