com.seven.cow.beans.spring.boot.starter.empty.BeanEmptyConfiguration Maven / Gradle / Ivy
package com.seven.cow.beans.spring.boot.starter.empty;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
@Configuration
@ComponentScan
@EnableAspectJAutoProxy
public class BeanEmptyConfiguration {
}