QGIS地震专题图产出
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user