| | |
| | | buffer-size: 1024 |
| | | # 是否分配的直接内存 |
| | | direct-buffers: true |
| | | |
| | | spring: |
| | | datasource: |
| | | #driver-class-name: com.mysql.cj.jdbc.Driver |
| | | driver-class-name: com.mysql.cj.jdbc.Driver |
| | | #driver-class-name: org.postgresql.Driver |
| | | #driver-class-name: oracle.jdbc.OracleDriver |
| | | driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | #driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | druid: |
| | | # MySql、PostgreSQL、SqlServer校验 |
| | | validation-query: select 1 |
| | |
| | | exclusions: '*.js,*.gif,*.jpg,*.bmp,*.png,*.css,*.ico,/druid/*' |
| | | session-stat-enable: true |
| | | session-stat-max-count: 10 |
| | | # servlet: |
| | | # multipart: |
| | | # location: D:\tmp\undertow |
| | | |
| | | |
| | | # mybatis |
| | | mybatis-plus: |
| | |
| | | label-font-name: \u5B8B\u4F53 |
| | | annotation-font-name: \u5B8B\u4F53 |
| | | check-process-definitions: false |
| | | database-schema-update: false |
| | | database-schema-update: true |
| | | |
| | | #报表配置 |
| | | report: |
| | |
| | | token: |
| | | #是否有状态 |
| | | state: false |
| | | sign-key: CJ0ZW5hbnRfaWQiOiIwMDAwMDAiLCJ1c2VyX25hbWUiOiIxNTE3MDcyMDY5NSIsInJlYWxfbmFtZSI6Inpob25nIiwidG9rZW5fdHlwZSI6ImFjY2Vzc190b2tlbiIsInJvbGVfbmFtZSI |
| | | #redis序列化方式 |
| | | redis: |
| | | serializer-type: protostuff |
| | |
| | | skip-url: |
| | | - /blade-chat/weixin |
| | | - /blade-desk/notice/submit |
| | | - /exam/examinationNote/save |
| | | - /exam/examinationNote/update |
| | | #安全框架配置 |
| | | secure: |
| | | #接口放行 |
| | | skip-url: |
| | | - /test/** |
| | | - /blade-test/** |
| | | - /recruitment/** |
| | | - /dispatcherUnit/** |
| | | - /dispatcher/** |
| | | - /equipage/** |
| | | - /car/** |
| | | - /gun/** |
| | | - /trainingRegistration/** |
| | | - /workReport/** |
| | | - /blade-system/dept/selectInfo |
| | | - /blade-user/zc |
| | | - /jurisdiction/lazy-trees |
| | | - /jurisdiction/jurisdiction_lazy-tree |
| | | - /blade-resource/oss/endpoint/put-files |
| | | - /qrCode/** |
| | | - /blade-resource/attach/detail |
| | | - /registerUnit/save |
| | | - /zc/inster |
| | | - /licetuser/liceUpload |
| | | - /licetuser/list |
| | | - /licet/list |
| | | - /permit/save |
| | | - /permit/details |
| | | - /permit/permitRecordList |
| | | - /recordlegalperson/save |
| | | - /recordlegalperson/details |
| | | - /record/save |
| | | - /record/details |
| | | - /recordk/save |
| | | - /recordk/details |
| | | - /blade-user/detail |
| | | - /userVip/getUserVipInfo |
| | | - /simulateExamRecord/getSimulateExamRecordInfo |
| | | - /simulateExamRecord/pauseExam |
| | | - /simulateExamRecord/getSimulateExamRefreshInfo |
| | | - /simulateExamRecord/beginExam |
| | | - /simulateExamRecord/saveSimulateExam |
| | | - /examSubjectChoices/getSubjectResultInfoBySimulate |
| | | - /blade-user/getNotUpdatePwdInfo |
| | | - /attendance/AppSave |
| | | - /electronRail/** |
| | | - /scheduled/** |
| | | - /rabbitmq/** |
| | | - /examSubjectChoices/** |
| | | - /exampaper/** |
| | | - /examScore/** |
| | | - /exampaper/** |
| | | |
| | | #授权认证配置 |
| | | auth: |
| | | - method: ALL |
| | |
| | | - client-id: saber |
| | | path-patterns: |
| | | - /blade-saber/** |
| | | #日志 |
| | | mybatis-plus: |
| | | sql-log: false |
| | | |
| | | #多租户配置 |
| | | tenant: |
| | | #多租户增强 |