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

io.github.yangyouwang.config.WrapperConfig Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
package io.github.yangyouwang.config;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;


/**
 * @author yangyouwang
 * @title: WrapperConfig
 * @projectName wrapper
 * @description: 配置类
 * @date 2021/3/193:01 PM
 */
@Configuration
@ComponentScan(basePackages = "io.github.yangyouwang")
public class WrapperConfig {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy