spring mvc @controller unit test
1. spring mvc controller implementation@Controllerpublic class Alarm { @Resource(name = "db.service", shareable = true) private IDatabaseService dbService; @RequestMapping(valu...