太阳能供电数据echarts

This commit is contained in:
wyw
2024-08-13 20:11:18 +08:00
parent 71069adb85
commit fd9211f29b
7 changed files with 71 additions and 32 deletions

View File

@ -76,7 +76,11 @@
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.73</version>
</dependency>
<!-- 阿里JSON解析器 -->
<dependency>
<groupId>com.alibaba.fastjson2</groupId>