图例相关接口完善等

This commit is contained in:
mi9688
2024-10-11 12:29:15 +08:00
parent 04def663c1
commit eefc4e9a45
30 changed files with 835 additions and 117 deletions

View File

@ -62,6 +62,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- SpringBoot 测试 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>2.5.14</version>
</dependency>
<!-- 阿里数据库连接池 -->
<dependency>