如何在文档不友好的情况下快速入手第三方包API
- 搜博文,看官方文档 是多数人的选择
- 第二种:git 找开源地址,里面 有 test、sample 案例
例如:在 springboot 中集成 shiro,可以参照 shiro 项目的 sample 包:https://github.com/apache/shiro/tree/main/samples/spring-boot-3-web
例如:在 springboot 中集成 shiro,可以参照 shiro 项目的 sample 包:https://github.com/apache/shiro/tree/main/samples/spring-boot-3-web