| | |
| | | #服务器配置 |
| | | server: |
| | | port: 9528 |
| | | port: 9530 |
| | | undertow: |
| | | threads: |
| | | # 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程 |
| | |
| | | session-stat-max-count: 10 |
| | | main: |
| | | allow-circular-references: true |
| | | freemarker: |
| | | # 模板后缀名 |
| | | suffix: .ftl |
| | | # 文档类型 |
| | | content-type: text/html |
| | | # 页面编码 |
| | | charset: UTF-8 |
| | | # 页面缓存 |
| | | cache: false |
| | | # 模板路径 |
| | | template-loader-path: classpath:/templates/ |
| | | web: |
| | | # 资源路径 |
| | | resources: |
| | | static-locations: classpath:/static/ |
| | | #邮件配置 |
| | | mail: |
| | | # 配置 SMTP 服务器地址 |
| | |
| | | url: https://gitee.com/smallc |
| | | |
| | | #flowable配置 |
| | | flowable: |
| | | activity-font-name: \u5B8B\u4F53 |
| | | label-font-name: \u5B8B\u4F53 |
| | | annotation-font-name: \u5B8B\u4F53 |
| | | check-process-definitions: false |
| | | database-schema-update: false |
| | | async-executor-activate: false |
| | | async-history-executor-activate: false |
| | | #flowable: |
| | | # activity-font-name: \u5B8B\u4F53 |
| | | # label-font-name: \u5B8B\u4F53 |
| | | # annotation-font-name: \u5B8B\u4F53 |
| | | # check-process-definitions: false |
| | | # database-schema-update: false |
| | | # async-executor-activate: false |
| | | # async-history-executor-activate: false |
| | | |
| | | #报表配置 |
| | | report: |
| | | enabled: true |
| | | enabled: false |
| | | database: |
| | | provider: |
| | | prefix: blade- |
| | |
| | | |
| | | #oss默认配置 |
| | | oss: |
| | | enabled: true |
| | | enabled: false |
| | | name: qiniu |
| | | tenant-mode: true |
| | | endpoint: https://srgdjczzxtpt.com:2080/gminio/jczz/ |
| | |
| | | #接口放行 |
| | | skip-url: |
| | | - /blade-test/** |
| | | - /sse/** |
| | | - /blade-doorplateAddress/doorplateAddress/getFuncList |
| | | - /blade-rotation/rotation/page |
| | | - /blade-article/article/page |
| | | - /blade-article/article/detail |
| | | - /blade-articleComment/articleComment/page |
| | | - /public_discuss/publicDiscuss/detail |
| | | - /blade-userPublicEnroll/userPublicEnroll/page |
| | | - /blade-topics/topics/lists |
| | | - /blade-household/household/getHouseholdOtherInfo |
| | | - /blade-resource/oss/endpoint/put-file |
| | | - /blade-resource/oss/endpoint/put-file-attach-by-prefix-path |
| | | - /blade-hiddenDangerRecord/** |
| | | - /blade-system/user/getPoliceUser |
| | | - /blade-policeAlarmRecords/policeAlarmRecords/save |
| | | # - /blade-householdLabel/** |
| | | # - /blade-placeRel/** |
| | | # - /blade-doorplateAddress/doorplateAddress/** |
| | | # - /blade-house/house/** |
| | | # - /blade-household/household/** |
| | | # - /blade-label/label/** |
| | | # - /blade-houseRental/houseRental/** |
| | | # - /blade-resource/oss/** |
| | | # - /blade-place/** |
| | | # - /blade-taskReportForRepairs/** |
| | | # - /blade-placeExt/** |
| | | # - /blade-grid/** |
| | | # - /blade-community/** |
| | | # - /blade-gridman/** |
| | | # - /blade-propertyCompany/** |
| | | # - /blade-eCallEvent/** |
| | | # - /blade-system/** |
| | | # - /blade-propertyCompanyComment/** |
| | | # - /blade-policeStation/** |
| | | # - /blade-policeAffairsGrid/** |
| | | # - /blade-category/** |
| | | - /oauth/** |
| | | - /login |
| | | |
| | | #授权认证配置 |
| | | auth: |
| | | - method: ALL |