修复下载GDB没有ID字段BUG

This commit is contained in:
wxlong
2025-11-26 14:53:51 +08:00
parent f9064be39b
commit 218f2598d3
3 changed files with 206 additions and 20 deletions

View File

@@ -1,15 +1,15 @@
spring.profiles.active=dev
server.port=9001
server.port=9006
server.address=0.0.0.0
spring.datasource.host=localhost
spring.datasource.port=5432
spring.datasource.database=tj_project
spring.datasource.database=eldc1125important
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://${spring.datasource.host}:${spring.datasource.port}/${spring.datasource.database}?useSSL=true&allowMultiQueries=true
spring.datasource.username=postgres
spring.datasource.password=503503
spring.datasource.password=123456
spring.datasource.hikari.minimum-idle=5
spring.datasource.hikari.idle-timeout=180000
spring.datasource.hikari.maximum-pool-size=30
@@ -33,7 +33,7 @@ logging.level.cn.edu.whu.boot.*.mapper=debug
mybatis.mapper-locations=classpath:mapper/**/*.xml
mybatis.configuration.map-underscore-to-camel-case=true
static.file.path=E:/503/TJ_project/static
static.file.path=C:/tj_lydc/static
ApkFilePath=${static.file.path}/apk
photozippath=${static.file.path}/zip
@@ -71,4 +71,10 @@ spring.mail.properties.mail.smtp.port=465
spring.mail.properties.mail.smtp.starttls.enable=true
spring.mail.properties.mail.smtp.starttls.required=true
spring.mail.properties.mail.smtp.ssl.enable=true
email.subject=
email.subject=
# GDAL/PROJ 配置
# PROJ_LIB 路径(可选,如果不设置则自动查找)
# 例如gdal.proj.lib=E:/Java/jdk1.8.0_201/bin
# 或者gdal.proj.lib=E:/Java/jdk1.8.0_201/bin/share/proj
gdal.proj.lib=C:/Java/gdal/bin/proj9/share