- 浏览: 1641 次
最新评论
文章列表
Apache Shiro学习笔记
- 博客分类:
- Java安全框架
写在文章前的说明:在公司闲暇时间,学习一下Apache Shiro框架,这里没有什么原创性的东西,只是简单的记录。
1. 参考资料,开涛的博客——跟我学Shiro,http://jinnianshilongnian.iteye.com/blog/2018398
2. 构建maven-archetype-webapp项目时,出现以下错误
Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of t ...
第一次写博客,记录下今天学习Spring Test时遇到的问题。
一、问题描述
参照开涛博客在自己的项目上加入Spring Test,其网址为: http://jinnianshilongnian.iteye.com/blog/1469524
下面是我的控制层测试代码:
@RunWith(SpringJUnit4ClassRunner.class)
@TestExecutionListeners({})
public class LoginActionTest extends StrutsSpringTestCase {
/**
* 默认路径
* cla ...