- server:
- port: 38888
- servlet:
- context-path: /pm
-
- spring:
- mvc:
- pathmatch:
- matching-strategy: ant_path_matcher
- session:
- store-type: redis
- redis:
- namespace: "spring:session"
- redis:
- timeout: 5000
- host: 47.98.125.47
- port: 26379
- database: 4
- password: Ndkj1234
- jedis:
- pool:
- max-active: 200
- max-idle: 500
- min-idle: 8
- max-wait: 10000
- application:
- name: pm
- 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.alibaba.druid.pool.DruidDataSource
- driverClassName: com.kingbase8.Driver
-
- druid:
- url: jdbc:kingbase8://10.221.140.251:54321/nd_project_management?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8
- username: SYSTEM
- password: Ndkj1234
-
- initialSize: 5
-
- minIdle: 10
-
- maxActive: 20
-
- maxWait: 60000
-
- timeBetweenEvictionRunsMillis: 60000
-
- minEvictableIdleTimeMillis: 300000
-
- maxEvictableIdleTimeMillis: 900000
-
-
- validationQuery: SELECT 1
- testWhileIdle: true
- testOnBorrow: false
- testOnReturn: false
- webStatFilter:
- enabled: true
- statViewServlet:
- enabled: true
-
- allow:
- url-pattern: /druid/*
-
- login-username: admin
- login-password: admin
- filter:
- stat:
- enabled: true
-
- log-slow-sql: true
- slow-sql-millis: 1000
- merge-sql: true
- wall:
- config:
- multi-statement-allow: true
-
- 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: true
- logic-not-delete-value: false
- 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: projectmangmentoss
- urlPrefix: oss-cn-lishui-gov-d01-a.ops.lsdx-zw.gov.cn
- endpoint: oss-cn-lishui-gov-d01-a.ops.lsdx-zw.gov.cn
- accessKeyId: XS3kNLtfW5i41SaC
- accessKeySecret: 2cywvSZWANml7pZXxRAeAiHfisIhqm
-
- 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
-
- 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_ff70e47bae684fdba0d64f4acab85661
-
- yxt:
-
- wsdl-url: classpath:/wsdl.xml
-
- user-code: hzndkj
-
- password: hzndkj@2021
-
- sms-enable: true
- tel-enable: true
-
-
- provincial:
- host: http://zj.ningdatech.com/prometheus-zhejiang_foreign
- pushUrl: /api/v1/foreign/importantPro
- detailUrl: /api/v1/foreign/importantProView
- key: 7196317343a64e67895dc0375c098fe7
- secret: 75152a97f20e4c4c854dc6301cf72ad4
-
-
-
- irs:
- seal-platform:
- project-id: 1
- project-secret: 2
- access-key: 3
- secret-key: 4
- api-url: https://ibcdsg.zj.gov.cn:8443/restapi/prod/IC33000020220309000004/seal-platform/seal/v1/rest/sign/signPdf
|