1234567891011121314151617181920 |
- logging:
- config: classpath:log4j2.xml
- fastboot:
- # ======= 数据转换 =======
- fastjson:
- date-format: yyyy-MM-dd HH:mm:ss
- # ======= 数据签名 =======
- sign:
- header: sign
- secret: 123456780
- # ======= 令牌认证 =======
- token:
- header: token
- include-paths:
- - /api/**
- exclude-paths:
- - /static/**
|