We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前 @Excel 注解中并没有像 @Dict 一样支持动态数据源,不知是否后续有无支持的计划
@Excel
@Dict
或者帮忙看下依照现有的代码进行改造的这种方案是否可行
https://github.com/jeecgboot/autopoi/blob/master/autopoi/src/main/java/org/jeecgframework/poi/excel/imports/base/ImportBaseService.java#L90 将 @Excel 加入 ds 属性,并将上面这行代码加入数据源的参数,然后再按照 @dict 的思路进行修改base-core模块的AutoPoiDictConfig,使其像 @Dict 的思路一样调用支持数据源的commonAPI
@dict
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前
@Excel
注解中并没有像@Dict
一样支持动态数据源,不知是否后续有无支持的计划或者帮忙看下依照现有的代码进行改造的这种方案是否可行
https://github.com/jeecgboot/autopoi/blob/master/autopoi/src/main/java/org/jeecgframework/poi/excel/imports/base/ImportBaseService.java#L90
将
@Excel
加入 ds 属性,并将上面这行代码加入数据源的参数,然后再按照@dict
的思路进行修改base-core模块的AutoPoiDictConfig,使其像@Dict
的思路一样调用支持数据源的commonAPIThe text was updated successfully, but these errors were encountered: