shiro 启动异常

  

  shiro 启动异常

shiro 启动异常

shiro 启动异常

原因是:LoginController中用到,自动注入,要配置在 /permission1110/config/spring/applicationContext-service.xml中配置bean

@Controller
public class LoginController {
@Autowired
private SysService sysService;

---

<!-- 认证和授权的service -->
<bean id="sysService" class="cn.itcast.ssm.service.impl.SysServiceImpl"></bean>

上一篇:线程操作案例--生产者与消费者,Object类对线程的支持


下一篇:峰Spring4学习(1)HelloWorld