Files
server/src/main/resources/application.properties.backup
2025-11-01 14:23:30 +08:00

60 lines
2.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#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