摘要: 1.junit4的基本使用方法:(转载至:https://my.oschina.net/lenglingx/blog/4326787) @RunWith(SpringRunner.class) @SpringBootTest class TaskRepositoryTest2 { @Autowire 阅读全文
posted @ 2020-08-07 19:02 shouyaya 阅读(1263) 评论(0) 推荐(0)
摘要: 1.引入依赖 <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-spring</artifactId> <version>1.5.3</version> </dependency> 2.了解shiro的三大对象(转载 阅读全文
posted @ 2020-08-07 18:55 shouyaya 阅读(268) 评论(0) 推荐(0)