This website requires JavaScript.
Explore
Help
Register
Sign In
songwei
/
fxfast-code
Watch
1
Star
0
Fork
You've already forked fxfast-code
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a907f8485c
fxfast-code
/
ruoyi-common
History
wzy1024
a907f8485c
导出Excel,@Excel注解使用dictType属性时,如果有大量的字典数据,就会有大量的查询redis(打开、关闭),导致特别慢。于是使用map存储字典数据,相同的key就不需要再次去查询redis,大大提高了导出效率。
2023-04-04 11:58:26 +08:00
..
src/main/java/com/ruoyi
/common
导出Excel,@Excel注解使用dictType属性时,如果有大量的字典数据,就会有大量的查询redis(打开、关闭),导致特别慢。于是使用map存储字典数据,相同的key就不需要再次去查询redis,大大提高了导出效率。
2023-04-04 11:58:26 +08:00
pom.xml
移除apache/commons-fileupload依赖
2023-02-21 18:06:28 +08:00