# actuator 监控配置 | # actuator 监控配置 | ||||
- /actuator | - /actuator | ||||
- /actuator/** | - /actuator/** | ||||
# 跳脱路径 | |||||
- /nj/balance/manage/generateYearBalance | |||||
# MyBatisPlus配置 | # MyBatisPlus配置 | ||||
# https://baomidou.com/config/ | # https://baomidou.com/config/ |
, adminContextPath + "/login" | , adminContextPath + "/login" | ||||
, "/actuator" | , "/actuator" | ||||
, "/actuator/**" | , "/actuator/**" | ||||
, "/nj/balance/manage/generateYearBalance" | |||||
).permitAll() | ).permitAll() | ||||
.anyRequest().authenticated() | .anyRequest().authenticated() | ||||
.and() | .and() |