Browse Source

easypoi-wps模块,支持excel的预览以及编辑

4.2.0.A
jueyue 6 years ago
parent
commit
e673ce8524
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/java/cn/afterturn/easypoi/configuration/EasyPoiAutoConfiguration.java

+ 1
- 1
src/main/java/cn/afterturn/easypoi/configuration/EasyPoiAutoConfiguration.java View File

@@ -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 {




Loading…
Cancel
Save