Files
AJ-Report/doc/docs/guide/question.md
isqianming e3320d7cd4 doc更新
2021-07-26 19:21:17 +08:00

24 lines
780 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
- 没有找到新增数据源类型?<br>
字典管理目前暂未有页面维护,可自行去数据库中增加你需要的数据源类型。<br>
表aj_report.gaea_dict字段dict_typeSOURCE_TYPE<br>
表aj_report.gaea_dict_item, item_extend字段是下拉选择后动态表单渲染的json数据<br>
- 快速部署本地运行,提示“在线体验版本” <br>
请下载最新源码或者最新发行版
- 使用Maven Install打包时报错 <br>
![img.png](../picture/qusetion/img.png)
请使用Maven Package进行打包
- 底层数据库为Mysql8.0+时flyway执行SQL报错<br>
修改pom.xml依赖添加Mysql8.0驱动包将DB目录里面SQL文件utf8_general_ci字符集改成mysql8.0支持的字符集
- Jdk11兼容性问题