- server:
- port: 8002
- servlet:
- context-path: /hzpm
-
- tomcat:
- threads:
- max: 600
- spring:
- mvc:
- pathmatch:
- matching-strategy: ant_path_matcher
- session:
- store-type: redis
- redis:
- namespace: "spring:session"
- redis:
- timeout: 5000
- host: localhost
- port: 6379
- database: 0
- password:
- 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://10.54.38.191:5236/HZ_PROJECT_MANAGEMENT?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
- username: XMXTGL
- password: XMXTGL@2023
-
- hikari:
-
- connection-timeout: 30000
-
- minimum-idle: 20
-
- maximum-pool-size: 200
-
- idle-timeout: 60000
-
- max-lifetime: 600000
-
- auto-commit: true
-
- leak-detection-threshold: 5000
-
- 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: pm
- log:
- enabled: true
- type: DB
-
- file:
- storage-type: ALI_OSS
- ali:
- protocol: http://
- bucket: szxcxtoss
- urlPrefix: oss-cn-hangzhou-hzltzwy-d01-a.ops.hzegcxc.cn
- endpoint: oss-cn-hangzhou-hzltzwy-d01-a.ops.hzegcxc.cn
- accessKeyId: LNoIzKV82OvTJrKI
- accessKeySecret: QI9y9jGqAbPXGn3oz1JHlbvsJQEnUo
- rootPath: hzpm
-
- log:
- path: ./logs
- info:
- file-size: 50MB
- max-size: 30
- total-size: 2048MB
- error:
- file-size: 10MB
- max-size: 30
- total-size: 300MB
-
- 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
- database-schema: HZ_PROJECT_MANAGEMENT
-
- wflow:
- file:
- max-size: 20
-
- sa-token:
-
- token-name: wflowToken
-
- timeout: 172800
-
- activity-timeout: -1
-
- is-concurrent: true
-
- is-share: false
-
- token-style: uuid
-
- is-log: false
-
-
- organization:
- dept-visible-scopes:
- - GO_c1a6f8d5338e4a468337b08da76e2e31
-
- yxt:
- wsdl-url: classpath:wsdl-prod.xml
-
- user-code: Lswqwqsdsjj121
-
- password: Lssdsjj@20wqwqwqw21
-
- sms-enable: false
- tel-enable: false
-
- login:
- phone-verify-code:
- skip: false
- url: http://60.188.225.145/login
- web:
- url: http://60.188.225.145
- 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: http://10.54.38.13:8081/mh-gateway/auth-single
- expert-qr-code-url: http://10.54.38.13:8081/mh-gateway/problem/expert/getExpertQrCode
- file:
- detail-url: http://10.54.38.13:8081/mh-gateway/oss/ossfile/getFileInfoList
- down-url: http://10.54.38.13:8081/mh-gateway/oss/oss/downloadFileNotLogin
- upload-url: http://10.54.38.13:8081/mh-gateway/oss/oss/uploadFileSkipLogin
- purchase-notice:
- open: false
-
- sms-send:
- host: http://10.54.38.13:8081/mh-gateway/auth-single
-
- sync-mh-company:
- open: false
- sync-mh-user:
- open: false
- sync-mh-expert:
- open: false
- sync-mh-unit:
- open: false
-
- auth-code:
- secret-key: uqrvd2bani4fercnisua1cqxjwk1neym
- agent-login:
- proxy:
- secret-key: tqkwiqojg5j4eiypr3rb8w7nb4noa8b2
-
-
- reminder-task:
- declared-record:
- open: true
- cron: 0 30 8 * * ?
-
- mobile-call:
- host: http://10.54.21.185:18085/blue_esl_api
- hz-pm:
- interfaceKey: hz_meeting_expert_info
|