166 lines
6.7 KiB
Properties
166 lines
6.7 KiB
Properties
|
|
# \u73AF\u5883\u9009\u62E9
|
||
|
|
spring.profiles.active=dev
|
||
|
|
#spring.profiles.active=dev6024
|
||
|
|
#spring.profiles.active=dev6025
|
||
|
|
#spring.profiles.active=hncs
|
||
|
|
#spring.profiles.active=zhhz
|
||
|
|
#spring.profiles.active=zjsj
|
||
|
|
#spring.profiles.active=zjsj_dev
|
||
|
|
#spring.profiles.active=lgdccompany
|
||
|
|
#spring.profiles.active=lgdcproject
|
||
|
|
#spring.profiles.active=nc
|
||
|
|
#spring.profiles.active=testdb
|
||
|
|
#spring.profiles.active=test
|
||
|
|
#spring.profiles.active=yc
|
||
|
|
#spring.profiles.active=hq
|
||
|
|
#spring.profiles.active=zjyjdj
|
||
|
|
#spring.profiles.active=zjyjxx
|
||
|
|
#spring.profiles.active=gzms
|
||
|
|
#spring.profiles.active=gxlt
|
||
|
|
#spring.profiles.active=hz
|
||
|
|
#spring.profiles.active=zjyj
|
||
|
|
#spring.profiles.active=hqhf
|
||
|
|
#spring.profiles.active=prod
|
||
|
|
# \u56FD\u9645\u5316\u914D\u7F6E
|
||
|
|
spring.messages.basename=i18n/messages
|
||
|
|
spring.messages.encoding=utf-8
|
||
|
|
# \u540E\u53D1\u73B0\u7684bean\u4F1A\u8986\u76D6\u4E4B\u524D\u76F8\u540C\u540D\u79F0\u7684bean
|
||
|
|
spring.main.allow-bean-definition-overriding=true
|
||
|
|
# \u6570\u636E\u5E93\u9A71\u52A8\u7C7B
|
||
|
|
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
||
|
|
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||
|
|
# \u6570\u636E\u5E93\u8FDE\u63A5\u6C60\u914D\u7F6E
|
||
|
|
spring.datasource.type=com.zaxxer.hikari.HikariDataSource
|
||
|
|
spring.datasource.hikari.minimum-idle=20
|
||
|
|
spring.datasource.hikari.maximum-pool-size=500
|
||
|
|
spring.datasource.hikari.auto-commit=true
|
||
|
|
spring.datasource.hikari.idle-timeout=40000
|
||
|
|
spring.datasource.hikari.pool-name=DatebookHikariCP
|
||
|
|
spring.datasource.hikari.max-lifetime=1800000
|
||
|
|
spring.datasource.hikari.validation-timeout=3000
|
||
|
|
#(wait_timeout-30)*1000
|
||
|
|
spring.datasource.hikari.connection-timeout=50000
|
||
|
|
spring.datasource.hikari.connection-test-query=SELECT 1
|
||
|
|
# \u6570\u636E\u5E93\u52A0\u5BC6\u7B7E\u540D
|
||
|
|
jasypt.encryptor.password=JXJZHGDPT
|
||
|
|
# \u5982\u679C\u67E5\u8BE2\u7ED3\u679C\u4E2D\u5305\u542B\u7A7A\u503C\u7684\u5217\uFF0C\u5219 MyBatis \u5728\u6620\u5C04\u7684\u65F6\u5019\uFF0C\u4F1A\u4E0D\u4F1A\u6620\u5C04\u8FD9\u4E2A\u5B57\u6BB5
|
||
|
|
mybatis-plus.configuration.call-setters-on-nulls=true
|
||
|
|
# \u5E8F\u5217\u5316\u914D\u7F6E
|
||
|
|
spring.jackson.defaultPropertyInclusion=ALWAYS
|
||
|
|
# mybatis \u914D\u7F6E
|
||
|
|
mybatis-plus.mapper-locations=classpath*:com/zhgd/xmgl/**/*.xml,classpath*:com/zhwl/zw/**/*.xml
|
||
|
|
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
||
|
|
# mvc \u89C6\u56FE\u5BF9\u8C61\u914D\u7F6E
|
||
|
|
spring.mvc.view.prefix=/
|
||
|
|
spring.mvc.view.suffix=.html
|
||
|
|
spring.mvc.dispatch-options-request=true
|
||
|
|
# jwt\u7B7E\u540D
|
||
|
|
security.jwt.token.secret-key=zhgd
|
||
|
|
# \u6587\u4EF6\u4E0A\u4F20\u914D\u7F6E
|
||
|
|
spring.servlet.multipart.enabled=true
|
||
|
|
spring.servlet.multipart.file-size-threshold=0
|
||
|
|
spring.servlet.multipart.max-file-size=1024MB
|
||
|
|
spring.servlet.multipart.max-request-size=1024MB
|
||
|
|
spring.servlet.multipart.resolve-lazily=false
|
||
|
|
# mqtt\u670D\u52A1\u5668\u914D\u7F6E
|
||
|
|
mqtt.username=admin
|
||
|
|
mqtt.password=public
|
||
|
|
#mqtt.url=tcp://139.159.226.224:1883
|
||
|
|
mqtt.url=ws://139.159.226.224:8083/mqtt
|
||
|
|
# \u6D88\u8D39\u8005\u548C\u63D0\u4F9B\u8005\u5BF9\u5E94\u7684\u5BA2\u6237\u7AEFid\u4EE5\u53CA\u9ED8\u8BA4topic
|
||
|
|
mqtt.producer.clientId=mqttProd
|
||
|
|
mqtt.producer.defaultTopic=topic1
|
||
|
|
mqtt.consumer.clientId=mqttConsumer
|
||
|
|
mqtt.consumer.defaultTopic=topic1
|
||
|
|
#mqtt.consumer.defaultTopic=/P114101/202203010084
|
||
|
|
#server.http2.enabled=true
|
||
|
|
server.ssl.key-store=classpath:www.cscec1b1.com.jks
|
||
|
|
server.ssl.key-store-password=Un8&yP!o^Nyd*gm#
|
||
|
|
server.ssl.key-store-type=JKS
|
||
|
|
server.ssl.enabled=true
|
||
|
|
image.visit.url=
|
||
|
|
# \u534E\u4E3A\u4E91\u914D\u7F6E
|
||
|
|
hw-ocr-username=szjxjzh
|
||
|
|
hw-ocr-password=jxj27696951
|
||
|
|
hw-ocr-domainname=szjxjzh
|
||
|
|
hw-ocr-projectid=0633b705cc000f3e2f55c010af021eec
|
||
|
|
hw-ocr-endpoint=cn-east-3
|
||
|
|
# \u8679\u8F6F\u914D\u7F6E
|
||
|
|
arcsoft.appId=4F9jmKsCYKsQskYBTXK7sQZLH8dFdT7LK5Yjx5XA8gkB
|
||
|
|
arcsoft.sdkKey=FUPhPPfPXrAmFrecmCSiG5BjmHSwp86QogvdCM7g8B5k
|
||
|
|
arcsoft.linux.sdkKey=FUPhPPfPXrAmFrecmCSiG5BjdAskGRSejyGzUuVj4F6V
|
||
|
|
arcsoft.ufaceSorce=80
|
||
|
|
# \u6388\u6743\u6821\u9A8C
|
||
|
|
checkAuthEnable=false
|
||
|
|
# \u534E\u4E3A\u4E91\u77ED\u4FE1\u670D\u52A1\u914D\u7F6E
|
||
|
|
sms.hw.appKey=JxU82mBx1x4l4RC78ynN1D9Q3neI
|
||
|
|
sms.hw.appSecret=c9wi20z1z5N1YZ2T6UH2BJuTUAF4
|
||
|
|
sms.hw.verify.signchannel=88200413256
|
||
|
|
sms.hw.verify.verifyCode=f273233ff3224adbbbc85cd53d58fc50
|
||
|
|
sms.hw.notice.signchannel=8821051731025
|
||
|
|
sms.hw.notice.templateId.standardAlarm=790d907f70594b4893227fc1d97e78bc
|
||
|
|
sms.hw.notice.templateId.standardDevState=10930770f5954d12881143e548f8483b
|
||
|
|
sms.hw.notice.templateId.carPass=
|
||
|
|
swagger.enable=true
|
||
|
|
# redis\u96C6\u7FA4
|
||
|
|
#spring.redis.database=0
|
||
|
|
#spring.redis.cluster.nodes=127.0.0.1:6379,192.168.40.156:6380
|
||
|
|
#spring.redis.cluster.max-redirects=3
|
||
|
|
#spring.redis.timeout=6000ms
|
||
|
|
#spring.redis.lettuce.pool.max-active=1000
|
||
|
|
#spring.redis.lettuce.pool.max-wait=60s
|
||
|
|
#spring.redis.lettuce.pool.max-idle=10
|
||
|
|
#spring.redis.lettuce.pool.min-idle=5
|
||
|
|
#\u4E2A\u63A8\u914D\u7F6E
|
||
|
|
getui.baseUrl=https://restapi.getui.com/v2/
|
||
|
|
# \u65B0\u914D\u7F6E
|
||
|
|
getui.appId=vTqRdzRpeI8SnXKDawStZ3
|
||
|
|
getui.appKey=wlPjAki13R8STuofcjnXM1
|
||
|
|
getui.appSecret=Wy3FFyaXzb9MUl94FMrLo1
|
||
|
|
getui.masterSecret=zZ5bMTOjUe5v3MFhm8gLL
|
||
|
|
#\u5224\u65AD\u8003\u52E4\u56DE\u8C03\u662F\u5426\u9700\u8981\u56FE\u7247,1\u662F
|
||
|
|
# \u4EBA\u5458\u8003\u52E4\u56FE\u7247\u7C7B\u578B 1\uFF1Abase64
|
||
|
|
imageType=1
|
||
|
|
# jxj\u8BBE\u5907\u56FE\u7247\u7C7B\u578B
|
||
|
|
jxj.dev.image.type=1
|
||
|
|
pdf.watermark=\u5B9E\u540D\u5236
|
||
|
|
# bimface\u8BF7\u6C42URL
|
||
|
|
bim.getTokenURL=https://api.bimface.com/oauth2/token
|
||
|
|
bim.deleteFileURL=https://file.bimface.com/file?fileId=%s
|
||
|
|
bim.uploadURL=https://file.bimface.com/upload?name=%s&url=%s
|
||
|
|
# redis \u5355\u4F53\u914D\u7F6E
|
||
|
|
spring.redis.database=1
|
||
|
|
spring.redis.host=127.0.0.1
|
||
|
|
spring.redis.port=6379
|
||
|
|
#spring.redis.password=JXJ@admin
|
||
|
|
spring.redis.password=
|
||
|
|
spring.redis.timeout=2000s
|
||
|
|
spring.redis.lettuce.pool.max-active=8
|
||
|
|
spring.redis.lettuce.pool.max-wait=60s
|
||
|
|
spring.redis.lettuce.pool.max-idle=10
|
||
|
|
spring.redis.lettuce.pool.min-idle=10
|
||
|
|
# spring boot admin \u6240\u5728\u670D\u52A1\u5668
|
||
|
|
spring.boot.admin.client.url=http://localhost:9091
|
||
|
|
# actuator \u914D\u7F6E\u5185\u5BB9
|
||
|
|
management.endpoints.web.exposure.include=*
|
||
|
|
management.endpoints.enabled-by-default=true
|
||
|
|
management.endpoints.web.base-path=/actuator
|
||
|
|
management.endpoint.health.show-details=always
|
||
|
|
management.endpoint.logfile.external-file=logs/logs/zhgd-all.log
|
||
|
|
# \u643A\u7A33\u7535\u7BB1\u83B7\u53D6\u6700\u540E\u4E00\u6761\u6570\u636E
|
||
|
|
xiwon.postElectricRealTimeData=http://openapi.xiwon588.com/electric/realTimeData
|
||
|
|
# \u643A\u7A33\u5BC6\u94A5
|
||
|
|
#xiwon.appId=1638947489842
|
||
|
|
#xiwon.appSecret=36e0a5cf-02e6-421b-bf92-3b1ace11e1a2
|
||
|
|
# \u6B63\u5F0F
|
||
|
|
xiwon.appId=1672383573694
|
||
|
|
xiwon.appSecret=5dfe1664-51fd-40af-8fbb-a15bbcaae1d1
|
||
|
|
# \u5149\u4F0F\u53D1\u7535\u5BA2\u6237\u4FE1\u606F
|
||
|
|
koyoe.clientId=btxny
|
||
|
|
koyoe.secret=akdu5sar7w
|
||
|
|
# \u5149\u4F0F\u53D1\u7535\u8BF7\u6C42\u5730\u5740
|
||
|
|
koyoe.base-url=https://solar.koyoe.com
|
||
|
|
koyoe.get-token=${koyoe.base-url}/third-party/api/token?grant_type=client_credentials
|
||
|
|
koyoe.nowData=${koyoe.base-url}/third-party/api/nowData?sn=%s
|
||
|
|
# \u662F\u5426\u8BC1\u4E66\u9A8C\u8BC1
|
||
|
|
is-license=false
|