|
|
|
@@ -18,7 +18,7 @@ import org.springframework.web.servlet.view.BeanNameViewResolver; |
|
|
|
//@ConditionalOnClass |
|
|
|
//easy.poi.base.enable 不存在默认为true,若存在==true则创建,否则==false不创建 |
|
|
|
@ConditionalOnProperty(prefix = "easy.poi.base", name = "enable", matchIfMissing = true) |
|
|
|
@ComponentScan(basePackages = {"cn.afterturn.easypoi.view"}) |
|
|
|
@ComponentScan(basePackages = {"cn.afterturn.easypoi"}) |
|
|
|
public class EasyPoiAutoConfiguration { |
|
|
|
|
|
|
|
|
|
|
|
|