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

cn.lastwhisper.trace.ProjectAutoConfiguration Maven / Gradle / Ivy

The newest version!
package cn.lastwhisper.trace;

import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;


@Configuration
@ConditionalOnWebApplication
@ComponentScan
public class ProjectAutoConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy