# security配置 security: # 排除路径 excludes: # 静态资源 - /*.html - /**/*.html - /**/*.css - /**/*.js # 公共路径 - /favicon.ico - /error # actuator 监控配置 - /actuator - /actuator/** # 其它链接 - /auth/login - /system/files/download/*