| | |
| | | #token配置 |
| | | token: |
| | | #是否有状态 |
| | | state: false |
| | | state: true |
| | | #只可同时在线一人 |
| | | single: true |
| | | #redis序列化方式 |
| | | redis: |
| | | serializer-type: protostuff |
| | |
| | | #接口放行 |
| | | skip-url: |
| | | - /blade-test/** |
| | | - /liveLocation/** |
| | | - /locus/** |
| | | - /examScore/** |
| | | - /trainingRegistration/** |
| | | - /directive/** |
| | | - /blade-user/** |
| | | - /examPayment/** |
| | | - /apply/** |
| | | - /investigate/** |
| | | # - /liveLocation/** |
| | | # - /locus/** |
| | | # - /examScore/** |
| | | # - /trainingRegistration/** |
| | | # - /directive/** |
| | | # - /blade-user/** |
| | | # - /examPayment/** |
| | | # - /apply/** |
| | | # - /investigate/** |
| | | #授权认证配置 |
| | | auth: |
| | | - method: ALL |