QGIS地震专题图产出

This commit is contained in:
zzw
2026-06-02 17:10:47 +08:00
parent 9d95700787
commit 6bb5cf46f7
90 changed files with 5689 additions and 26 deletions
+6 -4
View File
@@ -5,9 +5,11 @@ spring:
config:
import: classpath:config/redis/redis-key.yml
# MyBatis 配置
mybatis:
#mybatis-plus 配置
mybatis-plus:
mapper-locations: classpath:mapper/*.xml
type-aliases-package: com.gis.basic_template_not_login_back.entity
type-aliases-package: com.gis.xian.entity
configuration:
map-underscore-to-camel-case: true
map-underscore-to-camel-case: true
# 添加 TypeHandler 扫描包路径
type-handlers-package: com.gis.xian.handler