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

com.leazxl.cms.config.CmsConfig Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package com.leazxl.cms.config;

import lombok.extern.slf4j.Slf4j;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/**
 * 数据源配置文件
 * Created by leazx on 2016/12/19.
 */
@Slf4j
@Configuration()
@ComponentScan(basePackages = "com.leazxl.cms")
public class CmsConfig {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy