This commit is contained in:
2025-11-01 14:23:30 +08:00
parent 5beb48e11c
commit a1e2bea798
11 changed files with 844 additions and 47 deletions

View File

@@ -0,0 +1,60 @@
#server.port=8082
server.servlet.context-path=/point-strategy
mybatis.mapper-locations=classpath:mapper/*.xml
mybatis.configuration.call-setters-on-nulls= true
spring.datasource.driverClassName=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://100.64.11.2:3311/enterprise_digital_archives?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8
spring.datasource.username=root
spring.datasource.password=Abc@123456
#spring.datasource.driverClassName=com.kingbase8.Driver
#spring.datasource.url=jdbc:kingbase8://172.16.130.12:54321/enterprise_digital_archives
#spring.datasource.username=system
#spring.datasource.password=12345678ab
spring.redis.database=2
spring.redis.host=100.64.11.2
spring.redis.port=6379
spring.redis.password=Abc123456
spring.redis.pool.max-active=200
spring.redis.pool.max-wait=-1
spring.redis.pool.max-idle=10
spring.redis.pool.min-idle=0
spring.redis.timeout=50000
spring.servlet.multipart.max-file-size=-1
spring.servlet.multipart.max-request-size=-1
#swagger 是否展示, true展示false:不展示
swagger.show= true
archiveXML.generate = false
upload.path= /Users/ab/Desktop/tmp/data/tomcat/webapps/upload
temp.path= /Users/ab/Desktop/tmp/data/tempPath
unzip.path = /Users/ab/Desktop/tmp/data/unzip
img.upload = /Users/ab/Desktop/tmp/data/upload/
report.path = /Users/ab/Desktop/tmp/data/report/path/
#友虹ocr 是否集成, true集成false:不集成
youhong.integrate = true
youhong.baseUrl = http://localhost:9000/v1/
#upload.path= /data/tomcat/webapps/upload
#temp.path= /data/tempPath
#unzip.path = /data/unzip
#img.upload = /data/upload/
#report.path = /data/report/path/
humidityIp = 10.19.16.64:1433
shelvingIp = 10.19.16.64:1236
ycj.driverClassName = com.mysql.jdbc.Driver
ycj.url = jdbc:mysql://10.71.102.152:3306/dagl?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8
ycj.username = ezdagl
ycj.password = ezdagl#20241120
temperature.getAllWareHouseList = http://192.168.0.126:8080/api/getAllWareHouseList
temperature.getAirRealTimeAnd24HDataByWareHouseId = http://192.168.0.126:8080/api/getAirRealTimeAnd24HDataByWareHouseId