Files
AJ-Report/doc/docs/guide/question.md
2021-07-23 17:46:59 +08:00

16 lines
582 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>
## 已知问题
### Mysql8.0
底层数据库为Mysql8.0+时flyway执行SQL报错<br>
解决办法修改pom.xml依赖添加Mysql8.0驱动包将DB目录里面SQL文件utf8_general_ci字符集改成mysql8.0支持的字符集
### Jdk11