Keine Beschreibung

ruoyi-sentinel-dashboard.yml 592B

12345678910111213141516171819202122232425262728
  1. spring:
  2. mvc:
  3. pathmatch:
  4. # 修复 sentinel 控制台未适配 springboot 2.6 新路由方式
  5. matching-strategy: ANT_PATH_MATCHER
  6. server:
  7. servlet:
  8. encoding:
  9. force: true
  10. charset: UTF-8
  11. enabled: true
  12. session:
  13. cookie:
  14. name: sentinel_dashboard_cookie
  15. logging:
  16. level:
  17. org.springframework.web: INFO
  18. auth:
  19. enabled: true
  20. filter:
  21. exclude-urls: /,/auth/login,/auth/logout,/registry/machine,/version,/actuator,/actuator/**
  22. exclude-url-suffixes: htm,html,js,css,map,ico,ttf,woff,png
  23. username: sentinel
  24. password: sentinel