|
- server:
- port: 8002
- servlet:
- context-path: /hzpm
-
- spring:
- mvc:
- pathmatch:
- matching-strategy: ant_path_matcher
- session:
- store-type: redis
- redis:
- namespace: "spring:session"
- timeout: 864000
- redis:
- timeout: 5000
- host: 47.98.125.47
- port: 26379
- database: 7
- password: Ndkj1234
- jedis:
- pool:
- max-active: 200
- max-idle: 500
- min-idle: 8
- max-wait: 10000
- application:
- name: hzpm
- jackson:
- default-property-inclusion: non_null
- time-zone: GMT+8
- date-format: yyyy-MM-dd HH:mm:ss
- jpa:
- properties:
- hibernate:
- default_schema: PUBLIC
- hbm2ddl:
- auto: update
- show_sql: true
- show-sql: true
- hibernate:
- ddl-auto: update
- datasource:
- type: com.zaxxer.hikari.HikariDataSource
- driverClassName: dm.jdbc.driver.DmDriver
- url: jdbc:dm://47.98.125.47:5236/HZ_PROJECT_MANAGEMENT1?nullToEmpty=true&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
- username: SYSDBA
- password: SYSDBA
- # 数据源
- hikari:
- # 是客户端等待连接池连接的最大毫秒数
- connection-timeout: 30000
- # 是允许连接在连接池中空闲的最长时间
- minimum-idle: 10
- # 配置最大池大小
- maximum-pool-size: 20
- # 是允许连接在连接池中空闲的最长时间(以毫秒为单位)
- idle-timeout: 60000
- # 池中连接关闭后的最长生命周期(以毫秒为单位)
- max-lifetime: 600000
- # 配置从池返回的连接的默认自动提交行为。默认值为true。
- auto-commit: true
- # 开启连接监测泄露
- leak-detection-threshold: 30000
- # 测试连接数据库
- connection-test-query: SELECT 1
- #设置上传 单个文件的大小
- servlet:
- multipart:
- max-file-size: 100MB
- max-request-size: 150MB
- mybatis-plus:
- configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- global-config:
- db-config:
- logic-delete-value: 1
- logic-not-delete-value: 0
- logging:
- config: classpath:logback-spring.xml
- #日志配置
- level:
- root: info
- file:
- path: logs
- nd:
- cache:
- type: REDIS
- serializerType: ProtoStuff
- cacheNullVal: true
- def:
- keyPrefix: hzpm
- log:
- enabled: true
- type: DB
- # 文件存储
- file:
- storage-type: ALI_OSS
- ali:
- protocol: https://
- bucket: devplat
- urlPrefix: oss-cn-hangzhou.aliyuncs.com
- endpoint: oss-cn-hangzhou.aliyuncs.com
- accessKeyId: LTAI4GL7uypycnBjiRn55rMG
- accessKeySecret: qwYC7bW9bkStsko7qkLVnToAzj0Y98
- rootPath: hzpm
- # 日志文件配置
- log:
- path: ./logs
- info:
- file-size: 50MB
- max-size: 5
- total-size: 200MB
- error:
- file-size: 10MB
- max-size: 5
- total-size: 50MB
-
- swagger:
- enabled: true
- flowable:
- async-executor-activate: true
- #关闭一些不需要的功能服务
- rest-api-enabled: false
- idm:
- enabled: false
- common:
- enabled: false
- dmn:
- enabled: false
- form:
- enabled: false
- app:
- enabled: false
-
- wflow:
- file:
- max-size: 20 #最大文件上传大小,MB
-
- sa-token:
- # token 名称 (同时也是cookie名称)
- token-name: wflowToken
- # token 有效期,单位s 默认30天, -1代表永不过期
- timeout: 172800
- # token 临时有效期 (指定时间内无操作就视为token过期) 单位: 秒
- activity-timeout: -1
- # 是否允许同一账号并发登录 (为true时允许一起登录, 为false时新登录挤掉旧登录)
- is-concurrent: true
- # 在多人登录同一账号时,是否共用一个token (为true时所有登录共用一个token, 为false时每次登录新建一个token)
- is-share: false
- # token风格
- token-style: uuid
- # 是否输出操作日志
- is-log: false
-
- yxt:
- # wsdl-url: http://115.239.137.23:9501/ws/v1?wsdl
- wsdl-url: classpath:/wsdl.xml
- #账号
- user-code: hzndkj
- #密码
- password: hzndkj@2021
- #音信通开关
- sms-enable: true
- tel-enable: true
-
- login:
- phone-verify-code:
- skip: true
- sync-mh-expert:
- open: false
- sync-mh-unit:
- open: false
- sync-mh-user:
- open: false
- sync-mh-company:
- open: false
- mh:
- sso:
- client-id: ningda-74a5e5da-3bc3-414a-b9e6-004b7d87e310
- client-secret: ningda-df746ce4-0c79-4242-b3c7-90ff8630c9742c6727cd-3ae7-48ae-87ad-2b39188ebabd
- zwdd-work-notice:
- client-id: ningda-74a5e5da-3bc3-414a-b9e6-004b7d87e310
- client-secret: ningda-df746ce4-0c79-4242-b3c7-90ff8630c9742c6727cd-3ae7-48ae-87ad-2b39188ebabd
- api-host: https://hzszxc.hzswb.cn:8443/test/mh-gateway/auth-single
- expert-qr-code-url: https://jiema.wwei.cn/uploads/2023/12/28/658d7a3f15f06.jpg
- file:
- down-url: https://weixin.hzszxc.hzswb.cn:8443/test/mh-gateway/oss/oss/previewFileLogin
- detail-url: https://weixin.hzszxc.hzswb.cn:8443/test/mh-gateway/oss/ossfile/getFileInfoList
- upload-url: https://weixin.hzszxc.hzswb.cn:8443/test/mh-gateway/oss/oss/uploadFileSkipLogin
- file-preview:
- host: http://ztzz2.hzswb.cn/yl
-
- auth-code:
- secret-key: nqkmzqojg5j4eiypr3rb8s7nb4noa8b2
- agent-login:
- proxy:
- secret-key: nqkwiqojg7g4eiypr3rb8s7nb4noa8b2
- sms-send:
- host: http://10.54.38.13:8081/mh-gateway/auth-single
- sms-client:
- host: http://10.54.38.13:8081/mh-gateway/auth-single
- sms-clint:
- open: false
-
- mobile-call:
- host: http://183.158.240.86:18181/blue_esl_api
-
- # 提醒任务
- reminder-task:
- declared-record:
- open: false
- cron: 0 30 8 * * ?
- hz-pm:
- interfaceKey: hz_meeting_expert_info
-
- web:
- login:
- url: http://hzpm.ningdatech.com
- api:
- url: http://hzpm.ningdatech.com/hzpm
-
- expert-invite:
- skip-send-call: true
- skip-send-sms: true
|