# springboot_echarts_ods **Repository Path**: linhao_009/springboot_echarts_ods ## Basic Information - **Project Name**: springboot_echarts_ods - **Description**: 对echarts学习代码 简单创建springboot 即可: https://www.bilibili.com/video/BV1aY411c7d1?p=13&spm_id_from=pageDriver&vd_source=66c7a4b7fcf912450bde390f5890f2c7 - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-12-09 - **Last Updated**: 2025-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot_echarts_ods #### 介绍 对echarts学习代码 简单创建springboot 学习【Coding路人王】视频链接: https://www.bilibili.com/video/BV1aY411c7d1?p=13&spm_id_from=pageDriver&vd_source=66c7a4b7fcf912450bde390f5890f2c7 #### 软件架构 软件架构说明 springboot mybatisplus layui shiro uniapp-vue3 #### 安装教程 ## **20241123增加手机端任务审批,gantt图等** ![img.png](mobile.png) ![img.png](gantt.png) ## **特殊说明,增加百度地图,经纬度显示设备,增加百度热力图,标记,路线等。** ![输入图片说明](%E7%99%BE%E5%BA%A6%E7%83%AD%E5%8A%9B%E5%9B%BE.png) ![输入图片说明](baidu%E6%A0%87%E8%AE%B0.png) ![输入图片说明](%E7%99%BE%E5%BA%A6%E4%B8%8A%E4%BC%A0%E4%BD%8D%E7%BD%AE.png) 后续不准备继续更新,里面bug挺多需要完善,密码需要加盐等优化,用此学习BI佳,生产环境不推荐。SQL更新最新日期即可 mysql5.7+ jdk1.8+maven3.8+ #### 使用说明 readme.en.md 教程 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) 【转路人王】 扣扣群1:662996766(坑多大群) 扣扣群2:763825454(小群) 扣扣群3:810662433(小群) 【更新中,下载【课件:静态资源+笔记+DB】前大家不要忘记对视频 "一键三连”,侵权倒卖必究。】 学长从0到1,带你完成基于Springboot+MybatisPlus+LayUI+Echarts+Mysql实现校园疫情管理系统。 【注 直接下载课件】关注公众号:Coding路人王,回复 2022nocv 免费获取 视频教学资源【静态资源+笔记+DB】 ## 更新日志 20230828增加合同管理表单 20241123手机,gantt ## 更新日志 20251031 20251031 增加airflow手机base64登录模块 # 要实现手机访问airflow接口,需要在配置文件 airflow.cfg 中调整跨域和访问机制 '''python ```ini [api] auth_backends = airflow.api.auth.backend.basic_auth access_control_allow_origins = * access_control_allow_headers = origin, content-type, accept, authorization access_control_allow_methods = POST, GET, OPTIONS, DELETE, PATCH ``` ![img.png](airflow_img.png) ![img.png](stop_dag.png) ![img.png](get_dag_data.png)