1 Star 0 Fork 71

xuziyang / jeasypoi

forked from JEECG / jeasypoi 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jeasypoi升级方法.txt 721 Bytes
一键复制 编辑 原始数据 按行查看 历史
jeasypoi(easypoi jeecg独立分支|支持字典)
jeasypoi升级方法:
```xml
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>jeasypoi-base</artifactId>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>jeasypoi-web</artifactId>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>org.jeecgframework</groupId>
<artifactId>jeasypoi-annotation</artifactId>
<version>2.1.4</version>
</dependency>
```
jeecg 项目中,增加类:
org.jeecgframework.easypoi.service.EasypoiDictService
修改spring扫描件:
增加:<context:component-scan base-package="org.jeecgframework.easypoi.*" />
1
https://gitee.com/xuziyang/jeasypoi.git
git@gitee.com:xuziyang/jeasypoi.git
xuziyang
jeasypoi
jeasypoi
master

搜索帮助