Browse Source

修改ReadMe文件

4.1.3.A
xfworld 8 years ago
parent
commit
70fc44a61f
2 changed files with 7 additions and 1 deletions
  1. +6
    -1
      README.md
  2. +1
    -0
      src/main/java/cn/afterturn/easypoi/configuration/EasyPoiAutoConfiguration.java

+ 6
- 1
README.md View File

@@ -1,2 +1,7 @@
# easypoi-spring-boot-starter
支持spring boot 快速引入
支持spring boot 快速引入
Gradle 引入方式
compile group: 'cn.afterturn',name:'easypoi-spring-boot-starter',version:'0.1.1'
需要spring-boot-starter-web 来支持

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

@@ -29,6 +29,7 @@ public class EasyPoiAutoConfiguration {

/**
* 通过 order 属性来定义视图解析器的优先级, order 值越小优先级越高
* @return resolver 视图跳转
*/
@Bean
public BeanNameViewResolver beanNameViewResolver() {


Loading…
Cancel
Save