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

cool.lazy.cat.orm.api.BeanRegistryConfiguration Maven / Gradle / Ivy

package cool.lazy.cat.orm.api;

import cool.lazy.cat.orm.api.manager.WebManagerConfiguration;
import cool.lazy.cat.orm.api.web.ApiAutoConfiguration;
import org.springframework.boot.autoconfigure.condition.ConditionalOnExpression;
import org.springframework.context.annotation.Import;

/**
 * @author: mahao
 * @date: 2022-01-19 11:27
 * 控制整个api模块的bean注册
 */
@ConditionalOnExpression("${cool.lazy-cat.servlet.enabled:true}")
@Import(value = {WebManagerConfiguration.class, ApiAutoConfiguration.class})
public class BeanRegistryConfiguration {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy