dataease模改
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhenghuang e00a8a22b7 百分比组件 4 years ago
backend 百分比组件 4 years ago
conf 更新配置文件 4 years ago
data/ehcache 百分比组件 4 years ago
frontend 百分比组件 4 years ago
mapFiles/full init 4 years ago
plugins 百分比组件 4 years ago
quartz-spring-boot-starter 数据源带出表列表和表结构以及表数据 4 years ago
.gitattributes init 4 years ago
.gitignore 修改ignore 4 years ago
README.md 隐藏部分图标 4 years ago
pom.xml 修改数据源预览数据为10条 4 years ago

README.md

准备

  • 创建数据库
create database smartbi
  • 修改配置文件
1.在/opt下创建smartbi文件夹
2.将conf文件复制到/opt/smartbi下
3.修改/opt/smartbi/conf/smartbi.properties文件
  • 运行起来后,到数据源页面修改默认数据源信息

20211112 变更

//变更系统管理菜单显示权限
update  sys_menu set hidden=1  where menu_id=40;
update  sys_menu set hidden=1  where menu_id=58;
update  sys_menu set title='数据探索'  where menu_id=10;
update  sys_menu set title='Dashboard'  where menu_id=30;