book-api/maku-framework/src/main/resources/auth.yml

22 lines
439 B
YAML
Raw Normal View History

auth:
ignore_urls:
- /actuator/**
- /v3/api-docs/**
- /webjars/**
- /swagger/**
- /swagger-resources/**
- /swagger-ui.html
- /swagger-ui/**
2022-10-27 14:01:44 +08:00
- /doc.html
2024-07-22 15:42:29 +08:00
- /maku/t_book_comment/**
2024-07-19 10:55:49 +08:00
- /maku/t_user/**
- /maku/t_book/list/search
- /maku/t_book/{id}
- /maku/t_book/{id}
- /user/login
- /maku/t_shopping_trolley/aaa
- /maku/t_book_collection/**
2024-07-22 16:13:51 +08:00
- /maku/t_shopping_trolley/**