application.yml 342 B

1234567891011121314151617181920
  1. logging:
  2. config: classpath:log4j2.xml
  3. fastboot:
  4. # ======= 数据转换 =======
  5. fastjson:
  6. date-format: yyyy-MM-dd HH:mm:ss
  7. # ======= 数据签名 =======
  8. sign:
  9. header: sign
  10. secret: 123456780
  11. # ======= 令牌认证 =======
  12. token:
  13. header: token
  14. include-paths:
  15. - /api/**
  16. exclude-paths:
  17. - /static/**