This website works better with JavaScript.
首頁
探索
說明
登入
server
/
easypoi-spring-boot-starter
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
修改ReadMe文件
4.1.3.A
xfworld
8 年之前
父節點
3ed877b5bb
當前提交
70fc44a61f
共有
2 個文件被更改
,包括
7 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
README.md
+1
-0
src/main/java/cn/afterturn/easypoi/configuration/EasyPoiAutoConfiguration.java
+ 6
- 1
README.md
查看文件
@@ -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
查看文件
@@ -29,6 +29,7 @@ public class EasyPoiAutoConfiguration {
/**
* 通过 order 属性来定义视图解析器的优先级, order 值越小优先级越高
* @return resolver 视图跳转
*/
@Bean
public BeanNameViewResolver beanNameViewResolver() {
Write
Preview
Loading…
取消
儲存