![JAR search and dependency download from the Maven repository](/logo.png)
com.zoi7.component.web.WebAutoConfiguration Maven / Gradle / Ivy
package com.zoi7.component.web;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* @author yjy
* 2018-10-29 17:22
*/
@Configuration
@ComponentScan("com.zoi7.component.web")
public class WebAutoConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy